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'
|
2013-03-19 12:21:45 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.3.RELEASE.zip'
|
|
|
|
sha1 '5980d587647ca651f90ed67ebaf0ab67212f7ee1'
|
|
|
|
version '1.2.3'
|
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
|