# Template file for 'meson' pkgname=meson version=0.46.1 revision=1 noarch=yes build_style=python3-module pycompile_module="mesonbuild" hostmakedepends="python3-devel" depends="ninja python3" checkdepends="glib-devel gobject-introspection libsanitizer-devel ninja pkg-config vala python-devel" short_desc="Super fast build system" maintainer="Dylan Katz " license="Apache-2.0" homepage="http://mesonbuild.com" distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz" checksum=2d917692d2cc194e12295f00469fbdf3c045e85d0295e5e59ced69115920ffa0 do_check() { # meson depends on trillion of things to perform actual tests # see checkdepends=() on arch # 3 tests still fails ./run_unittests.py }