summaryrefslogtreecommitdiff
path: root/strata/ruby/bundler.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby/bundler.def')
-rw-r--r--strata/ruby/bundler.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/ruby/bundler.def b/strata/ruby/bundler.def
new file mode 100644
index 00000000..1ed62520
--- /dev/null
+++ b/strata/ruby/bundler.def
@@ -0,0 +1,5 @@
+name: bundler
+build-commands:
+- rake build
+install-commands:
+- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"