homebrew-core/Formula/spring-roo.rb
Marc Schwieterman 963f23b47a spring-roo: update to use 1.1.1
Updated for 1.1.1 release and added samples to the install list.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-11 19:54:49 -08:00

13 lines
367 B
Ruby

require 'formula'
class SpringRoo <Formula
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.1.RELEASE.zip'
version '1.1.1'
homepage 'http://www.springsource.org/roo'
md5 '8ce9ae41d2249602f1351203cf58ae97'
def install
rm_f Dir["bin/*.bat"]
prefix.install %w[annotations bin bundle conf docs legal samples]
end
end