summaryrefslogtreecommitdiff
path: root/strata/ruby/hoe.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-24 09:13:05 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-24 09:13:05 +0100
commit86e2c4aecdbae8a5ecdad8c463870042e5564505 (patch)
treebdd8fb6737252c9777b5719cb2fd67a9c3d03fc7 /strata/ruby/hoe.morph
parentef0b42abea58ff474edd7392d0d9eb7dc416787d (diff)
parenta83aa52c0a314a94fbd687f43f34101cb4ed7649 (diff)
downloaddefinitions-86e2c4aecdbae8a5ecdad8c463870042e5564505.tar.gz
Merge branch 'baserock/sam/ruby-build-deps'
Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
Diffstat (limited to 'strata/ruby/hoe.morph')
-rw-r--r--strata/ruby/hoe.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/strata/ruby/hoe.morph b/strata/ruby/hoe.morph
new file mode 100644
index 00000000..0d06a82a
--- /dev/null
+++ b/strata/ruby/hoe.morph
@@ -0,0 +1,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