mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 02:45:37 +08:00
12 lines
354 B
YAML
12 lines
354 B
YAML
|
|
meson:
|
||
|
|
type: tool
|
||
|
|
artifact:
|
||
|
|
binary:
|
||
|
|
windows-x86_64: { type: url, url: 'https://github.com/mesonbuild/meson/releases/download/1.11.1/meson-1.11.1-py3-none-any.whl', extract: '{pkg_root_path}/meson/meson-1.11.1-py3-none-any.whl' }
|
||
|
|
path@windows:
|
||
|
|
- '{pkg_root_path}\meson'
|
||
|
|
tool:
|
||
|
|
provides:
|
||
|
|
- meson.bat
|
||
|
|
binary-subdir: meson
|