2010-02-13 20:14:25 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Grails <Formula
|
2010-12-22 14:40:48 +00:00
|
|
|
url 'http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-1.3.6.zip'
|
2010-02-13 20:14:25 +00:00
|
|
|
homepage 'http://grails.org'
|
2010-12-22 14:40:48 +00:00
|
|
|
md5 '56fc68a118ca9c65e2c4391c3226a120'
|
2010-02-13 20:14:25 +00:00
|
|
|
|
|
|
|
def install
|
2010-03-07 06:27:19 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2010-04-02 15:27:25 +00:00
|
|
|
prefix.install Dir['*']
|
2010-02-13 20:14:25 +00:00
|
|
|
end
|
2010-08-21 03:21:11 +00:00
|
|
|
end
|