2020-06-20 09:07:13 +02:00

47 lines
1.5 KiB
JSON

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