diff options
Diffstat (limited to 'unmaintained/strata/chef/pry-0.10.1.morph')
-rw-r--r-- | unmaintained/strata/chef/pry-0.10.1.morph | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unmaintained/strata/chef/pry-0.10.1.morph b/unmaintained/strata/chef/pry-0.10.1.morph new file mode 100644 index 00000000..07ebca7a --- /dev/null +++ b/unmaintained/strata/chef/pry-0.10.1.morph @@ -0,0 +1,13 @@ +name: pry-0.10.1 +kind: chunk +description: Automatically generated by rubygems.to_chunk +products: +- artifact: pry-0.10.1-doc + include: + - usr/lib/ruby/gems/\d[\w.]*/doc/.* +build-commands: +- gem build pry.gemspec +install-commands: +- mkdir -p "$DESTDIR/$(gem environment home)" +- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local ./pry-0.10.1.gem |