summaryrefslogtreecommitdiff
path: root/bundler.morph
blob: 5ec83721e57a7e89fe93e91932a79ccd5a80c8f0 (plain)
1
2
3
4
5
6
7
name: bundler
kind: chunk
configure-commands:
build-commands:
- rake build 
install-commands:
- gem install ./pkg/*gem --bindir "$DESTDIR/$PREFIX/bin" --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0"