mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
17 lines
426 B
JSON
17 lines
426 B
JSON
{
|
|
"homepage": "http://haxe.org/",
|
|
"version": "3.2.0",
|
|
"license": "GPL2",
|
|
"url": "http://haxe.org/website-content/downloads/3.2.0/downloads/haxe-3.2.0-win.zip",
|
|
"hash": "fd47a5e1dd45052714979c1b075b0c991bb9ec719396d8a767b6be5937875722",
|
|
"extract_dir": "haxe-3.2.0",
|
|
"bin": [
|
|
"haxe.exe",
|
|
"haxelib.exe"
|
|
],
|
|
"env_set": {
|
|
"HAXEPATH": "$dir"
|
|
},
|
|
"depends": "neko"
|
|
}
|