25 lines
723 B
Bash
25 lines
723 B
Bash
# Template file for 'meson'
|
|
pkgname=meson
|
|
version=0.46.0
|
|
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"
|
|
short_desc="Super fast build system"
|
|
license="Apache-2.0"
|
|
maintainer="Dylan Katz <muddmaker.97@gmail.com>"
|
|
homepage="http://mesonbuild.com"
|
|
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
|
|
checksum=24c6098891fbaab70f43ae9e51e0ab99e003c14fea70104f3f71bb2fb49a3e71
|
|
|
|
do_check() {
|
|
# meson depends on trillion of things to perform actual tests
|
|
# see checkdepends=() on arch
|
|
# 3 tests still fails
|
|
./run_unittests.py
|
|
}
|