summaryrefslogtreecommitdiff
path: root/strata/ruby/bundler.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby/bundler.morph')
-rw-r--r--strata/ruby/bundler.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/strata/ruby/bundler.morph b/strata/ruby/bundler.morph
new file mode 100644
index 00000000..f6ed2392
--- /dev/null
+++ b/strata/ruby/bundler.morph
@@ -0,0 +1,22 @@
+name: bundler
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands: null
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- rake build
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []