2020-05-13 15:24:16 +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.0",
"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.0/haxe-4.1.0-win64.zip",
"hash": "ed5d323a565cc9a51891f9a79fdb516a87110d4f36fa6b334d000690d3a1cfb1"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.1.0/haxe-4.1.0-win.zip",
"hash": "7c38c50b6ec76e0dabbbbaa6a3c563fcc6dd130b929968ddef36fef30dbe979e"
}
},
"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"
}
}
}
}