27 lines
819 B
TOML
27 lines
819 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[build.flags]
|
|
post_install = [ "install -vDm644 data/shell-completions/bash/meson $DESTDIR/usr/share/bash-completion/completions/meson", "install -vDm644 data/shell-completions/zsh/_meson $DESTDIR/usr/share/zsh/site-functions/_meson" ]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"ninja",
|
|
"python",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = [ "python", "ninja" ]
|
|
|
|
[package]
|
|
description = "open source build system designed to be both extremely fast and as user friendly as possible"
|
|
homepage = "https://mesonbuild.com/"
|
|
license = "Apache-2.0"
|
|
name = "meson"
|
|
version = "1.10.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "c42296f12db316a4515b9375a5df330f2e751ccdd4f608430d41d7d6210e4317"
|
|
url = "https://github.com/mesonbuild/meson/releases/download/$version/meson-$version.tar.gz"
|