mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add haxe and neko VM (dependency)
This commit is contained in:
parent
f7fff22df1
commit
6e13133c91
10
haxe.json
Normal file
10
haxe.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://haxe.org/",
|
||||||
|
"version": "3.1.3",
|
||||||
|
"license": "GPL2",
|
||||||
|
"url": "http://haxe.org/website-content/downloads/3,1,3/downloads/haxe-3.1.3-win.zip",
|
||||||
|
"hash": "4cf84cdbf7960a61ae70b0d9166c6f9bde16388c3b81e54af91446f4c9e44ae4",
|
||||||
|
"extract_dir": "haxe-3.1.3",
|
||||||
|
"env_add_path": "./",
|
||||||
|
"depends": "neko"
|
||||||
|
}
|
||||||
9
neko.json
Normal file
9
neko.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://nekovm.org/",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"license": "LGPL2",
|
||||||
|
"url": "http://nekovm.org/_media/neko-2.0.0-win.zip",
|
||||||
|
"hash": "66d3a332b670e5890a451c85eb104db4049aa1ea80fc838be493dd13f4869212",
|
||||||
|
"extract_dir": "neko-2.0.0-win",
|
||||||
|
"env_add_path": "./"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user