2023-04-06 08:27:31 +00:00

47 lines
1.5 KiB
JSON

{
"version": "4.3.0",
"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.0/haxe-4.3.0-win64.zip",
"hash": "9adfc251bf8161f053d7f0913b3e2f94edc67b682e65a6c52b779aa85a855075"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.3.0/haxe-4.3.0-win.zip",
"hash": "0d3cb5dd3ac868128001f6d85288f474ec60776a9d9c74855c4157c6c75c101a"
}
},
"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"
}
}
}
}