htmlcompressor 1.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lars 2011-04-26 15:18:49 +03:00 committed by Adam Vandenberg
parent dd528b9397
commit 0cfc1be549
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
require 'formula'
class Htmlcompressor < Formula
url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-0.9.9.jar'
url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-1.3.jar'
homepage 'http://code.google.com/p/htmlcompressor/'
md5 'cbfb5ec29d6f2c50b7aea28de8bc1227'
md5 '68296830cb99e4348284ea88602ed06b'
def install
libexec.install "htmlcompressor-0.9.9.jar"
libexec.install "htmlcompressor-1.3.jar"
(bin+'htmlcompressor').write <<-EOS.undent
#!/bin/sh
java -jar "#{libexec}/htmlcompressor-0.9.9.jar" $@
java -jar "#{libexec}/htmlcompressor-1.3.jar" $@
EOS
end
end