21 lines
705 B
Bash
21 lines
705 B
Bash
# Template file for 'mako'
|
|
pkgname=mako
|
|
version=1.7.1
|
|
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="Emerson Ferreira <me@skrps.me>"
|
|
license="MIT"
|
|
homepage="https://wayland.emersion.fr/mako/"
|
|
distfiles="https://github.com/emersion/mako/archive/v${version}.tar.gz"
|
|
checksum=4312ff6bc61708115b43b967a42813374de7a2022f10c84e20127606416c3c12
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|