2009-11-11 18:09:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Groovy <Formula
|
2010-02-26 16:44:49 +00:00
|
|
|
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.7.1.zip'
|
|
|
|
md5 '65f522de612ca56e815992fffbf10d12'
|
|
|
|
homepage 'http://groovy.codehaus.org/'
|
2009-11-11 18:09:31 +00:00
|
|
|
|
|
|
|
def install
|
2010-02-26 16:44:49 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2009-11-11 18:09:31 +00:00
|
|
|
prefix.install %w[bin conf lib]
|
|
|
|
end
|
|
|
|
end
|