summaryrefslogtreecommitdiff
path: root/elements/ruby/hoe.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/ruby/hoe.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/ruby/hoe.bst')
-rw-r--r--elements/ruby/hoe.bst21
1 files changed, 21 insertions, 0 deletions
diff --git a/elements/ruby/hoe.bst b/elements/ruby/hoe.bst
new file mode 100644
index 00000000..2b764ba5
--- /dev/null
+++ b/elements/ruby/hoe.bst
@@ -0,0 +1,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