ScoopInstaller_Main/groovy.json
2015-10-11 15:28:11 +02:00

23 lines
636 B
JSON

{
"homepage": "http://groovy.codehaus.org/",
"version": "2.4.5",
"license": "Apache 2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.5.zip",
"hash": "87e8e9af1f718b84c9bca5a8c42425aadb9e97d8e4ad64e0c91f7c1454cd4caa",
"extract_dir": "groovy-2.4.5",
"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"
}