diff --git a/srcpkgs/mako/template b/srcpkgs/mako/template new file mode 100644 index 00000000000..e99381affa6 --- /dev/null +++ b/srcpkgs/mako/template @@ -0,0 +1,18 @@ +# Template file for 'mako' +pkgname=mako +version=1.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols" +makedepends="wayland-devel wayland-protocols pango-devel cairo-devel + elogind-devel" +short_desc="Lightweight Wayland notification daemon" +maintainer="Emerson Ferreira " +license="MIT" +homepage="https://mako-project.org/" +distfiles="https://github.com/emersion/$pkgname/archive/v$version.tar.gz" +checksum=ba980600dbef1f3a3b559f10ad3f48e0e191a961d9c8d406c914bfed6db15d9e + +post_install() { + vlicense LICENSE +}