summaryrefslogtreecommitdiff
path: root/strata/ruby/rake-compiler.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby/rake-compiler.morph')
-rw-r--r--strata/ruby/rake-compiler.morph15
1 files changed, 0 insertions, 15 deletions
diff --git a/strata/ruby/rake-compiler.morph b/strata/ruby/rake-compiler.morph
deleted file mode 100644
index 9286f14a..00000000
--- a/strata/ruby/rake-compiler.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-name: rake-compiler
-kind: chunk
-description: |
- Provide a standard and simplified way to build and package Ruby
- extensions (C, Java) using Rake as glue.
-products:
-- artifact: rake-compiler-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/rake-compiler-*.gem