mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"version": "4.3.2",
|
|
"description": "High-level, cross-platform, multi-paradigm programming language and compiler",
|
|
"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.3.2/haxe-4.3.2-win64.zip",
|
|
"hash": "194276aa37e19945e7d993145b2c9442777f8047e78038147a684d1fb7e8e9df"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.3.2/haxe-4.3.2-win.zip",
|
|
"hash": "6b5dbb697d2f8f0c7315773bde6e99ce78b83e7127f327faf4bb069ae3e0766d"
|
|
}
|
|
},
|
|
"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",
|
|
"checkver": {
|
|
"github": "https://github.com/HaxeFoundation/haxe"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|