mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
- Move tool configs from config/pkg/target/ to config/pkg/tool/ - Add ToolVersionRegistry for tracking installed tool versions - Delete old Target/pkgconfig.php, move to tool config - Rename: 7za-win, go-win, go-xcaddy, jom, nasm, protoc, strawberry-perl, upx, vswhere, zig, pkg-config
12 lines
276 B
YAML
12 lines
276 B
YAML
jom:
|
|
type: tool
|
|
artifact:
|
|
binary:
|
|
windows-x86_64: { type: url, url: 'https://download.qt.io/official_releases/jom/jom.zip', extract: '{pkg_root_path}/jom' }
|
|
path@windows:
|
|
- '{pkg_root_path}\jom'
|
|
tool:
|
|
provides:
|
|
- jom.exe
|
|
binary-subdir: jom
|