diff options
Diffstat (limited to 'homebrew/springroo/.beer')
-rw-r--r-- | homebrew/springroo/.beer | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/springroo/.beer b/homebrew/springroo/.beer new file mode 100644 index 000000000..d8654b371 --- /dev/null +++ b/homebrew/springroo/.beer @@ -0,0 +1,19 @@ +{ + "name": "SpringRoo", + "description": "Rapid application development tool for Java developers", + "url": "https://s3.amazonaws.com/spring-roo-repository.springsource.org/release/ROO/spring-roo-2.0.0.RELEASE.zip", + "mirror": null, + "homepage": "https://projects.spring.io/spring-roo/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "rm Dir[\"bin/*.bat\"]", + "libexec.install Dir[\"*\"]", + "mv \"#{libexec}/bin/roo.sh\", \"#{libexec}/bin/roo\"", + "bin.write_exec_script Dir[\"#{libexec}/bin/*\"]" + ], + "version": "2.0.0", + "file": "spring-roo.rb" +}
\ No newline at end of file |