summaryrefslogtreecommitdiff
path: root/strata/ruby/hoe.morph
blob: 0d06a82a5bd7de983ce24a1c2896e3d3ac7e8715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: hoe
kind: chunk
description: |
  Hoe is a rake/rubygems helper for project Rakefiles. It helps you
  manage, maintain, and release your project and includes a dynamic
  plug-in system allowing for easy extensibility.
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-*.gem