mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
19 lines
524 B
JSON
19 lines
524 B
JSON
{
|
|
"homepage": "http://www.scala-lang.org/",
|
|
"version": "2.11.6",
|
|
"license": "BSD 3-Clause",
|
|
"url": "http://downloads.typesafe.com/scala/2.11.6/scala-2.11.6.zip",
|
|
"hash": "37e593923f7a79b524859bd2e7e90717eac024bf742bb3c5d7312c07fd8ce6ce",
|
|
"extract_dir": "scala-2.11.6",
|
|
"bin": [
|
|
"bin\\fsc.bat",
|
|
"bin\\scala.bat",
|
|
"bin\\scalac.bat",
|
|
"bin\\scaladoc.bat",
|
|
"bin\\scalap.bat"
|
|
],
|
|
"set_env": {
|
|
"SCALA_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
} |