New package: mako-1.1

This commit is contained in:
Emerson Ferreira 2018-08-20 01:03:14 -03:00 committed by maxice8
parent d028770217
commit 41ece92a56
1 changed files with 18 additions and 0 deletions

18
srcpkgs/mako/template Normal file
View File

@ -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 <me@skrps.me>"
license="MIT"
homepage="https://mako-project.org/"
distfiles="https://github.com/emersion/$pkgname/archive/v$version.tar.gz"
checksum=ba980600dbef1f3a3b559f10ad3f48e0e191a961d9c8d406c914bfed6db15d9e
post_install() {
vlicense LICENSE
}