pantry/projects/mesonbuild.com/package.yml

26 lines
509 B
YAML
Raw Normal View History

2022-08-10 21:58:22 +03:00
distributable:
url: https://github.com/mesonbuild/meson/releases/download/{{version}}/meson-{{version}}.tar.gz
2022-08-10 21:58:22 +03:00
strip-components: 1
versions:
github: mesonbuild/meson/tags
dependencies:
python.org: ^3
2022-09-15 00:45:56 +03:00
gnu.org/bash: '>=2' # for our venv/relocation scripts: feel free to fix that
2022-08-10 21:58:22 +03:00
build:
2022-12-20 15:51:18 +03:00
python-venv.sh "{{prefix}}/bin/meson"
2022-08-10 21:58:22 +03:00
test:
dependencies:
ninja-build.org: ^1
2022-08-10 21:58:22 +03:00
tea.xyz/gx/cc: c99
script: |
2022-08-31 21:05:21 +03:00
meson ..
2022-08-10 21:58:22 +03:00
test -f build.ninja
2022-08-31 21:05:21 +03:00
working-directory: build
2022-11-18 21:43:48 +03:00
provides:
- bin/meson