New package: fnott-1.1.0

This commit is contained in:
travankor 2020-12-16 20:55:37 -07:00 committed by Érico Nogueira Rolim
parent c74ff7e542
commit 37840867a7

18
srcpkgs/fnott/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'fnott'
pkgname=fnott
version=1.1.0
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=ffe7671d845e7885d056624bfa854e0e73ad464fcd11196a6b48bd2222d53991
post_install() {
vlicense LICENSE
}