mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
SHA-256 taken from 7zip; kotlin.bat found in "bin" folder -> added "bin\\\kotlin.bat" to shim
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"homepage": "http://kotlinlang.org/",
|
|
"version": "1.0.1-2",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/1.0.1-2/kotlin-compiler-1.0.1-2.zip",
|
|
"hash": "07499b67b272348bae66bd075c872f8247ed22115171dd216371407cd6dcae4d",
|
|
"extract_dir": "kotlinc",
|
|
"bin": [
|
|
"bin\\kotlin.bat",
|
|
"bin\\kotlinc.bat",
|
|
"bin\\kotlinc-js.bat",
|
|
"bin\\kotlinc-jvm.bat"
|
|
],
|
|
"set_env": {
|
|
"KOTLIN_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|