2022-08-10 21:58:22 +03:00
|
|
|
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
|
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:
|
|
|
|
script: |
|
2022-12-12 18:12:15 +03:00
|
|
|
python-venv.sh meson mesonbuild.com {{version}} {{prefix}} {{deps.python.org.version}} {{deps.python.org.version.major}} {{deps.python.org.version.minor}}
|
2022-08-10 21:58:22 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
dependencies:
|
|
|
|
ninja-build.org: 1
|
|
|
|
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
|