blob: cf25abca895e43afe06541a9562b48c8c307946e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name: json-1.8.1
kind: chunk
description: Automatically generated by rubygems.to_chunk
products:
- artifact: json-1.8.1-doc
include:
- usr/lib/ruby/gems/\d[\w.]*/doc/.*
build-commands:
- gem build json.gemspec
install-commands:
- mkdir -p "$DESTDIR/$(gem environment home)"
- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
--ignore-dependencies --local ./json-1.8.1.gem
|