summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-21 21:09:23 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-22 00:30:27 +0000
commit0708fbe62617a63300e1cc3b9869cc1280c57ef6 (patch)
treea0cfb594a66d418f1c51b3391550c7d66f2569ec
parent06e3647c117da210ffd15a174624497830addd7b (diff)
downloadbundler-baserock/v1.6.2.tar.gz
add morph filebaserock/v1.6.2
-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"