summaryrefslogtreecommitdiff
path: root/strata/ruby/rake-compiler.morph
blob: 9286f14abd9ade9a53d5c08beba43530e87db3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: rake-compiler
kind: chunk
description: |
  Provide a standard and simplified way to build and package Ruby
  extensions (C, Java) using Rake as glue.
products:
- artifact: rake-compiler-doc
  include:
  - usr/lib/ruby/gems/\d[\w.]*/doc/.*
build-commands:
- rake gem
install-commands:
- mkdir -p "$DESTDIR/$(gem environment home)"
- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
  --ignore-dependencies --local ./pkg/rake-compiler-*.gem