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.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/ruby/bundler.morph b/strata/ruby/bundler.morph
new file mode 100644
index 00000000..643ef119
--- /dev/null
+++ b/strata/ruby/bundler.morph
@@ -0,0 +1,6 @@
+name: bundler
+kind: chunk
+build-commands:
+- rake build
+install-commands:
+- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"