summaryrefslogtreecommitdiff
path: root/strata/chef/erubis-master.morph
blob: 3fedd0d7c62a41cab84b858f90c645372dfc387a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: erubis-master
kind: chunk
build-system: manual
products:
- artifact: erubis-doc
  include:
  - usr/lib/ruby/gems/\d[\w.]*/doc/.*
build-commands:
- gem build erubis.gemspec
install-commands:
- mkdir -p "$DESTDIR/$(gem environment home)"
- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
  --ignore-dependencies --local ./erubis-master.gem