homebrew-core/Formula/grails.rb

12 lines
248 B
Ruby
Raw Normal View History

require 'formula'
class Grails <Formula
2010-10-17 01:16:47 +00:00
url 'http://dist.codehaus.org/grails/grails-1.3.5.zip'
homepage 'http://grails.org'
2010-10-17 01:16:47 +00:00
md5 'c1323fb99b6d173754e9034f3971e2ca'
def install
rm_f Dir["bin/*.bat"]
prefix.install Dir['*']
end
end