mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
27 lines
764 B
JSON
27 lines
764 B
JSON
{
|
|
"homepage": "https://haxe.org/",
|
|
"version": "3.4.7",
|
|
"license": "GPL-2.0-or-later",
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.7/haxe-3.4.7-win.zip",
|
|
"hash": "d98b0f0e5c5bb000e9b9e99817c45af362658c9273e66ce5cb52359e6ade15a6",
|
|
"bin": [
|
|
"haxe.exe",
|
|
"haxelib.exe"
|
|
],
|
|
"env_set": {
|
|
"HAXEPATH": "$dir"
|
|
},
|
|
"depends": "neko",
|
|
"pre_install": "
|
|
if(Test-Path \"$dir\\haxe_*\") {
|
|
Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"
|
|
}
|
|
",
|
|
"checkver": {
|
|
"github": "https://github.com/HaxeFoundation/haxe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
|
|
}
|
|
}
|