mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"homepage": "http://www.scala-lang.org/",
|
|
"version": "2.11.7",
|
|
"license": "BSD 3-Clause",
|
|
"url": "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.zip",
|
|
"hash": "7A5ED496EC3459E5037120F7288C80C7A5088E93E672598DA6187F7546B123CF",
|
|
"extract_dir": "scala-2.11.7",
|
|
"bin": [
|
|
"bin\\fsc.bat",
|
|
"bin\\scala.bat",
|
|
"bin\\scalac.bat",
|
|
"bin\\scaladoc.bat",
|
|
"bin\\scalap.bat"
|
|
],
|
|
"set_env": {
|
|
"SCALA_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|