diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pigz.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/pigz.rb b/Library/Formula/pigz.rb new file mode 100644 index 000000000..b894b12ce --- /dev/null +++ b/Library/Formula/pigz.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Pigz <Formula + url 'http://www.zlib.net/pigz/pigz-2.1.5.tar.gz' + homepage 'http://www.zlib.net/pigz/' + md5 '580873165ef3a369674f0c0af4c96d67' + + def install + system "make" + bin.install "pigz" + bin.install "unpigz" + end +end |
