void-packages/srcpkgs/meson/template
2019-12-23 15:13:40 +01:00

34 lines
1.2 KiB
Bash

# Template file for 'meson'
pkgname=meson
reverts="0.52.0_1 0.52.0_2"
version=0.52.1
revision=2
archs=noarch
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 <muddmaker.97@gmail.com>"
license="Apache-2.0"
homepage="https://mesonbuild.com"
changelog="https://github.com/mesonbuild/$pkgname/blob/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
distfiles="https://github.com/mesonbuild/$pkgname/releases/download/$version/$pkgname-$version.tar.gz"
checksum=0c277472e49950a5537e3de3e60c57b80dbf425788470a1a8ed27446128fc035
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
}