2020-01-07 20:30:02 +08:00

47 lines
1.5 KiB
JSON

{
"homepage": "https://haxe.org",
"description": "High-level, cross-platform, multi-paradigm programming language and compiler",
"version": "4.0.5",
"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.5/haxe-4.0.5-win64.zip",
"hash": "93130ae2b1083efbcd9b8911afe2ba00d5af995f016149fd7ec629fa439c6120"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.5/haxe-4.0.5-win.zip",
"hash": "72c6015616bfec77c74b6402318b5cca667ef0010077d7db5b0210fa529ca7eb"
}
},
"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"
}
}
}
}