summaryrefslogtreecommitdiff
path: root/elements/ruby/hoe.bst
blob: 2b764ba5b6fedeacfde2ca31357978008995e554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: manual
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.
depends:
- tools.bst
- ruby/ruby.bst
- ruby/libyaml.bst
sources:
- kind: git
  url: upstream:ruby-gems/hoe
  track: master
  ref: 50a2706d0f70ece52922ddcc56630e1e0655b83e
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/hoe-*.gem