# Template file for 'meson' pkgname=meson version=0.49.2 revision=1 noarch=yes build_style=python3-module pycompile_module="mesonbuild" hostmakedepends="python3-devel python3-setuptools" depends="ninja python3-setuptools" 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" changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.?}.0.md" distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz" checksum=f0aebfa97ed4fb5d2a6d60ac36d0f7173c5797c545299674d971c0c8269efd5c do_check() { # meson depends on trillion of things to perform actual tests # see checkdepends=() on arch # 3 tests still fails ./run_unittests.py } post_install() { vmkdir usr/share/vim/vimfiles cp -rt ${DESTDIR}/usr/share/vim/vimfiles data/syntax-highlighting/vim/*/ vinstall data/syntax-highlighting/emacs/meson.el 644 usr/share/emacs/site-lisp vinstall data/shell-completions/zsh/_meson 644 usr/share/zsh/site-functions }