void-packages/srcpkgs/mako/template

19 lines
567 B
Bash
Raw Normal View History

2018-08-20 06:03:14 +02:00
# Template file for 'mako'
pkgname=mako
2018-11-24 18:15:37 +01:00
version=1.2
2018-08-20 06:03:14 +02:00
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"
2018-11-24 18:15:37 +01:00
checksum=56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f
2018-08-20 06:03:14 +02:00
post_install() {
vlicense LICENSE
}