mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
23 lines
628 B
JSON
23 lines
628 B
JSON
{
|
|
"homepage": "http://groovy.codehaus.org/",
|
|
"version": "2.4.5",
|
|
"license": "Apache 2.0",
|
|
"url": "http://dl.bintray.com/groovy/maven/groovy-binary-2.4.5.zip",
|
|
"hash": "2819f3c0e0b66bc60362505fa4794a537f369ca59b82aeea7b7a38710b18fc60",
|
|
"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"
|
|
}
|