mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 18:35:35 +08:00
10 lines
285 B
YAML
10 lines
285 B
YAML
|
|
ninja:
|
||
|
|
type: tool
|
||
|
|
artifact:
|
||
|
|
binary:
|
||
|
|
windows-x86_64: { type: url, url: 'https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-win.zip', extract: { ninja.exe: '{pkg_root_path}/bin/ninja.exe' } }
|
||
|
|
tool:
|
||
|
|
provides:
|
||
|
|
- ninja.exe
|
||
|
|
binary-subdir: bin
|