summaryrefslogtreecommitdiff
path: root/elements/ruby/rake-compiler.bst
blob: 271623f5609caa19dafb4edba2d1e2cd91f1f4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kind: manual
description: |-
  Provide a standard and simplified way to build and package Ruby
  extensions (C, Java) using Rake as glue.
depends:
- tools.bst
- ruby/libyaml.bst
- ruby/ruby.bst
sources:
- kind: git
  url: upstream:ruby-gems/rake-compiler
  track: v0.9.3
  ref: aaed621f6fdb0b0395775fea5464cc83e794fbdb
config:
  build-commands:
  - rake gem
  install-commands:
  - mkdir -p "%{install-root}/$(gem environment home)"
  - gem install --install-dir "%{install-root}/$(gem environment home)" --bindir "%{install-root}/%{prefix}/bin"
    --ignore-dependencies --local ./pkg/rake-compiler-*.gem