void-packages/srcpkgs/mako/template
2020-01-16 10:55:28 +01:00

25 lines
785 B
Bash

# Template file for 'mako'
pkgname=mako
version=1.4.1
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=27ab63264a74389de2119393fe64fd578a4c1d04c8409990ef7cfbb6eb9309bb
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
}