void-packages/srcpkgs/mako/template
2019-04-19 20:49:15 -03:00

25 lines
783 B
Bash

# Template file for 'mako'
pkgname=mako
version=1.3
revision=1
build_style=meson
configure_args="-Dzsh-completions=true -Dapparmor=true"
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
elogind-devel gdk-pixbuf-devel"
short_desc="Lightweight Wayland notification daemon"
maintainer="Emerson Ferreira <me@skrps.me>"
license="MIT"
homepage="https://mako-project.org/"
distfiles="https://github.com/emersion/${pkgname}/archive/v${version}.tar.gz"
checksum=a048bf81907014c8f133a7726e771d0026fa9bbbf81ee7aa6852db3ac7e7806f
conf_files="/etc/apparmor.d/local/fr.emersion.Mako"
post_install() {
vlicense LICENSE
vmkdir etc/apparmor.d/local
touch ${DESTDIR}/etc/apparmor.d/local/fr.emersion.Mako
}