2010-03-05 17:04:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class SpringRoo <Formula
|
2010-11-04 22:53:32 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.0.RELEASE.zip'
|
|
|
|
version '1.1.0'
|
2010-03-05 17:04:20 +00:00
|
|
|
homepage 'http://www.springsource.org/roo'
|
2010-11-04 22:53:32 +00:00
|
|
|
md5 '691247051da50df9b8dbd6b91ccd11a7'
|
2010-03-05 17:04:20 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2010-12-17 02:09:33 +00:00
|
|
|
prefix.install %w[annotations bin bundle conf docs legal]
|
2010-03-05 17:04:20 +00:00
|
|
|
end
|
|
|
|
end
|