2010-03-05 17:04:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class SpringRoo < Formula
|
2011-03-07 18:45:53 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.2.RELEASE.zip'
|
|
|
|
version '1.1.2'
|
2010-03-05 17:04:20 +00:00
|
|
|
homepage 'http://www.springsource.org/roo'
|
2011-03-07 18:45:53 +00:00
|
|
|
md5 '41ee8991009ecd1f7ce16b9adb7aaadb'
|
2010-03-05 17:04:20 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2011-01-12 03:19:27 +00:00
|
|
|
prefix.install %w[annotations bin bundle conf docs legal samples]
|
2010-03-05 17:04:20 +00:00
|
|
|
end
|
|
|
|
end
|