21 lines
706 B
Bash
21 lines
706 B
Bash
# Template file for 'mako'
|
|
pkgname=mako
|
|
version=1.9.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dicons=enabled -Dman-pages=enabled -Dzsh-completions=true
|
|
-Dfish-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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wayland.emersion.fr/mako/"
|
|
distfiles="https://github.com/emersion/mako/archive/v${version}.tar.gz"
|
|
checksum=5a9f0d58ad0b3dc5bed7084934519fb86648d853b4afd4d1c0cc4a7af3a82f0c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|