2010-03-05 17:04:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class SpringRoo < Formula
|
2011-11-30 19:45:51 +00:00
|
|
|
homepage 'http://www.springsource.org/spring-roo'
|
2012-05-30 15:56:39 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.2.RELEASE.zip'
|
|
|
|
sha1 '1a1d27617d7029899dc96caa53b51a3b80d01d21'
|
|
|
|
version '1.2.2'
|
2010-03-05 17:04:20 +00:00
|
|
|
|
|
|
|
def install
|
2011-11-30 19:45:51 +00:00
|
|
|
rm Dir["bin/*.bat"]
|
|
|
|
File.rename "bin/roo.sh", "bin/roo"
|
2012-05-30 15:56:39 +00:00
|
|
|
prefix.install %w[annotations bin bundle conf docs legal samples]
|
2010-03-05 17:04:20 +00:00
|
|
|
end
|
|
|
|
end
|