mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"version": "4.0.0-rc.5",
|
|
"description": "High-level, cross-platform, multi-paradigm programming language and compiler (pre-release version)",
|
|
"homepage": "https://haxe.org",
|
|
"license": {
|
|
"identifier": "MIT,Zlib,BSD-3-Clause,...",
|
|
"url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE"
|
|
},
|
|
"depends": "neko",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.5/haxe-4.0.0-rc.5-win64.zip",
|
|
"hash": "900ff65b64011918361c137556027d7379f7066e2f467f74aabd852b65fefa00"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.5/haxe-4.0.0-rc.5-win.zip",
|
|
"hash": "3747f1e55a99023cfada42391a5b9c5ca218376d2b64077112ad1ec1eff834bc"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Move-Item \"$dir\\haxe_*\\*\" \"$dir\"",
|
|
"Remove-Item \"$dir\\haxe_*\""
|
|
],
|
|
"bin": [
|
|
"haxe.exe",
|
|
"haxelib.exe"
|
|
],
|
|
"env_set": {
|
|
"HAXEPATH": "$dir"
|
|
},
|
|
"env_add_path": ".",
|
|
"persist": "lib",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|