mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
23 lines
636 B
JSON
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"
|
|
}
|