diff options
author | Jim MacArthur <jim.macarthur@codethink.co.uk> | 2015-01-16 10:47:30 +0000 |
---|---|---|
committer | Jim MacArthur <jim.macarthur@codethink.co.uk> | 2015-01-19 18:51:11 +0000 |
commit | 26f3e00112b4c2d5184671376d59605d23dd4ad9 (patch) | |
tree | 3685009bb2e6132349a282b4bd827a901ce3048a /strata/chef/mixlib-shellout-1.4.0.morph | |
parent | 1b3eec2c1529a7ca1e087a9a2efc4c5fa39325b5 (diff) | |
download | definitions-26f3e00112b4c2d5184671376d59605d23dd4ad9.tar.gz |
Add morphs generated by import tool
Diffstat (limited to 'strata/chef/mixlib-shellout-1.4.0.morph')
-rw-r--r-- | strata/chef/mixlib-shellout-1.4.0.morph | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/chef/mixlib-shellout-1.4.0.morph b/strata/chef/mixlib-shellout-1.4.0.morph new file mode 100644 index 00000000..7087c1c6 --- /dev/null +++ b/strata/chef/mixlib-shellout-1.4.0.morph @@ -0,0 +1,13 @@ +name: mixlib-shellout-1.4.0 +kind: chunk +description: Automatically generated by rubygems.to_chunk +products: +- artifact: mixlib-shellout-1.4.0-doc + include: + - usr/lib/ruby/gems/\d[\w.]*/doc/.* +build-commands: +- gem build mixlib-shellout.gemspec +install-commands: +- mkdir -p "$DESTDIR/$(gem environment home)" +- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local ./mixlib-shellout-1.4.0.gem |