void-packages/srcpkgs/fnott/template
2021-11-03 22:02:00 -03:00

19 lines
562 B
Bash

# Template file for 'fnott'
pkgname=fnott
version=1.1.2
revision=1
wrksrc=$pkgname
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-devel tllist wayland-devel wayland-protocols"
short_desc="Keyboard driven and lightweight notification daemon"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://codeberg.org/dnkl/fnott/"
distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz"
checksum=9390048c5a1b1b47718ba30c8fd0110d538749525b40f21c00ad0c1e90d25045
post_install() {
vlicense LICENSE
}