void-packages/srcpkgs/meson/template
2018-07-11 11:49:55 +02:00

25 lines
852 B
Bash

# Template file for 'meson'
pkgname=meson
version=0.47.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"
changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version}.md"
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
checksum=c227ae37c1d4c8fc1531d536b38ff1fbf7afb08c59fc54a5321645164e5f92a8
do_check() {
# meson depends on trillion of things to perform actual tests
# see checkdepends=() on arch
# 3 tests still fails
./run_unittests.py
}