summaryrefslogtreecommitdiff
path: root/homebrew/grails/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/grails/.beer')
-rw-r--r--homebrew/grails/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/grails/.beer b/homebrew/grails/.beer
new file mode 100644
index 000000000..5ec962200
--- /dev/null
+++ b/homebrew/grails/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Grails",
+ "description": "Web application framework for the Groovy language",
+ "url": "https://github.com/grails/grails-core/releases/download/v3.3.9/grails-3.3.9.zip",
+ "mirror": null,
+ "homepage": "https://grails.org",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm_f Dir[\"bin/*.bat\", \"bin/cygrails\", \"*.bat\"]",
+ "libexec.install Dir[\"*\"]",
+ "bin.install_symlink Dir[\"#{libexec}/bin/*\"]"
+ ],
+ "version": "3.3.9",
+ "file": "grails.rb"
+} \ No newline at end of file