ScoopInstaller_Main/groovy.json
2015-04-24 07:20:34 -04:00

22 lines
627 B
JSON

{
"homepage": "http://groovy.codehaus.org/",
"version": "2.4.3",
"license": "Apache 2.0",
"url": "http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip",
"hash": "b0c11d2ca5003956f1393138282a6e802af8c0033c5afdc8dc3af1e512e1dbe1",
"extract_dir": "groovy-2.4.3",
"bin": [
"bin\\grape.bat",
"bin\\groovy.bat",
"bin\\groovyc.bat",
"bin\\groovyConsole.bat",
"bin\\groovydoc.bat",
"bin\\groovysh.bat",
"bin\\java2groovy.bat",
"bin\\startGroovy.bat"
],
"set_env": {
"GROOVY_HOME": "$dir"
},
"depends": "openjdk"
}