summaryrefslogtreecommitdiff
path: root/strata/ruby/hoe.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/ruby/hoe.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/ruby/hoe.morph')
-rw-r--r--strata/ruby/hoe.morph16
1 files changed, 0 insertions, 16 deletions
diff --git a/strata/ruby/hoe.morph b/strata/ruby/hoe.morph
deleted file mode 100644
index 0d06a82a..00000000
--- a/strata/ruby/hoe.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-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