mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
22 lines
627 B
JSON
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"
|
|
} |