summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bundler.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundler.morph b/bundler.morph
new file mode 100644
index 0000000000..5ec83721e5
--- /dev/null
+++ b/bundler.morph
@@ -0,0 +1,7 @@
+name: bundler
+kind: chunk
+configure-commands:
+build-commands:
+- rake build
+install-commands:
+- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"