summaryrefslogtreecommitdiff
path: root/elements/ruby/bundler.bst
blob: 1b8aaa23445c7eb372dbc758bdc3bad11c14e69e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"