pantry/projects/mesonbuild.com/package.yml
2023-02-14 15:15:29 -05:00

25 lines
429 B
YAML

distributable:
url: https://github.com/mesonbuild/meson/releases/download/{{version}}/meson-{{version}}.tar.gz
strip-components: 1
versions:
github: mesonbuild/meson/tags
dependencies:
python.org: ^3
build:
python-venv.sh "{{prefix}}/bin/meson"
test:
dependencies:
ninja-build.org: ^1
tea.xyz/gx/cc: c99
script: |
meson ..
test -f build.ninja
working-directory: build
provides:
- bin/meson