summaryrefslogtreecommitdiff
path: root/elements/ruby/bundler.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/ruby/bundler.bst')
-rw-r--r--elements/ruby/bundler.bst16
1 files changed, 16 insertions, 0 deletions
diff --git a/elements/ruby/bundler.bst b/elements/ruby/bundler.bst
new file mode 100644
index 00000000..1b8aaa23
--- /dev/null
+++ b/elements/ruby/bundler.bst
@@ -0,0 +1,16 @@
+kind: manual
+depends:
+- tools.bst
+- ruby/libyaml.bst
+- ruby/ruby.bst
+sources:
+- kind: git
+ url: upstream:bundler
+ track: baserock/v1.6.2
+ ref: 0708fbe62617a63300e1cc3b9869cc1280c57ef6
+config:
+ build-commands:
+ - rake build
+ install-commands:
+ - gem install ./pkg/*gem --bindir "%{install-root}/%{prefix}/bin" --install-dir
+ "%{install-root}/%{prefix}/lib/ruby/gems/2.0.0"