Add Zig package support with downloader and installation checks

This commit is contained in:
crazywhalecc
2025-12-08 10:57:51 +08:00
committed by Jerry Ma
parent baddd60113
commit dbc6dbee53
4 changed files with 220 additions and 1 deletions

View File

@@ -82,7 +82,10 @@
},
"zig": {
"type": "target",
"artifact": "zig"
"artifact": "zig",
"static-bins": [
"{pkg_root_path}/zig/zig"
]
},
"nasm": {
"type": "target",