mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.groovy-lang.org/",
|
|
"version": "2.5.6",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.6.zip",
|
|
"hash": "b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92",
|
|
"extract_dir": "groovy-2.5.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"
|
|
],
|
|
"env_set": {
|
|
"GROOVY_HOME": "$dir"
|
|
},
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
],
|
|
"groovyserv": "groovyserv"
|
|
},
|
|
"checkver": {
|
|
"url": "http://www.groovy-lang.org/download.html",
|
|
"re": "apache-groovy-binary-([\\d.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip",
|
|
"extract_dir": "groovy-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|