mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
emscripten: Add version 3.1.1 (#3231)
* emscripten: Add version 3.1.1 * use env_add_path instead
This commit is contained in:
parent
2187cd2fc6
commit
98ebd8e1f6
46
bucket/emscripten.json
Normal file
46
bucket/emscripten.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.",
|
||||
"version": "3.1.1",
|
||||
"description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.",
|
||||
"homepage": "https://emscripten.org/",
|
||||
"license": "MIT|NCSA",
|
||||
"notes": [
|
||||
"Run \"emsdk install latest\" and \"emsdk activate latest\" to set up emsdk.",
|
||||
"For more details, check \"https://emscripten.org/docs/getting_started/downloads.html\""
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.1.zip",
|
||||
"hash": "604cadeecbd84eda429971d9b9a19e9fd8c2ecc3c2a1c2dc50a859dd5fcfb083"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.1",
|
||||
"pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}",
|
||||
"env_add_path": ".",
|
||||
"shortcuts": [
|
||||
[
|
||||
"emcmdprompt.bat",
|
||||
"EMScripten Command Prompt"
|
||||
]
|
||||
],
|
||||
"persist": [
|
||||
"java",
|
||||
"node",
|
||||
"python",
|
||||
"upstream",
|
||||
"zips",
|
||||
".emscripten"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/emscripten-core/emsdk/tags",
|
||||
"regex": "tag/([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/$version.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-$version"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user