summaryrefslogtreecommitdiff
path: root/strata/chef/hoe-master.morph
blob: 7c553ad07aefcc1b87e66a1d29c8de24eee9d16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: hoe-master
kind: chunk
build-system: manual
products:
- artifact: hoe-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/hoe-3.12.0.gem
x-build-dependencies-rubygems: {}
x-runtime-dependencies-rubygems: {}