void-packages/srcpkgs/meson/template
maxice8 e7231c344a
meson: update to 0.46.1.
Closes #14484.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-17 14:28:37 +02:00

24 lines
736 B
Bash

# 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 <muddmaker.97@gmail.com>"
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
}