From dda38e55e3d8cf18424d92625fe9bbbb8cec30b7 Mon Sep 17 00:00:00 2001 From: travankor Date: Wed, 16 Dec 2020 20:55:37 -0700 Subject: [PATCH] New package: fnott-1.0.0 --- srcpkgs/fnott/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/fnott/template diff --git a/srcpkgs/fnott/template b/srcpkgs/fnott/template new file mode 100644 index 00000000000..559ec59be01 --- /dev/null +++ b/srcpkgs/fnott/template @@ -0,0 +1,18 @@ +# Template file for 'fnott' +pkgname=fnott +version=1.0.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 " +license="MIT" +homepage="https://codeberg.org/dnkl/fnott/" +distfiles="https://codeberg.org/dnkl/fnott/archive/${version}.tar.gz" +checksum=eae79fe7d8ff980a32dc98bb7884d0a85a7ac7916900d0a194ac3f480d421f24 + +post_install() { + vlicense LICENSE +}