homebrew-core/Formula/groovy.rb
Dmitriy Kopylenko 83a6af8418 Updated Groovy to 1.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 07:59:42 -07:00

12 lines
288 B
Ruby

require 'formula'
class Groovy <Formula
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.7.5.zip'
md5 '77538791a644bb3129662dbf5db006a4'
homepage 'http://groovy.codehaus.org/'
def install
rm_f Dir["bin/*.bat"]
prefix.install %w[bin conf lib]
end
end