24 lines
841 B
Bash
24 lines
841 B
Bash
# Template file for 'mako'
|
|
pkgname=mako
|
|
version=1.5
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dzsh-completions=true -Dwerror=false"
|
|
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
|
|
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
|
|
basu-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=d79998aa4c68de82155080a58ad5783b40d81f50553a0a5d633553ece4f7439d
|
|
|
|
conf_files="/etc/apparmor.d/local/fr.emersion.Mako"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall contrib/apparmor/fr.emersion.Mako 644 etc/apparmor.d
|
|
vmkdir etc/apparmor.d/local
|
|
touch ${DESTDIR}/etc/apparmor.d/local/fr.emersion.Mako
|
|
}
|