mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
23 lines
636 B
JSON
23 lines
636 B
JSON
{
|
|
"homepage": "http://groovy.codehaus.org/",
|
|
"version": "2.4.6",
|
|
"license": "Apache 2.0",
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.6.zip",
|
|
"hash": "9b3fb5b51bc21342bba13f090a88ad6d89b20c4a7a166dd50df2ac763c278768",
|
|
"extract_dir": "groovy-2.4.6",
|
|
"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"
|
|
}
|