From fdd89810bf3f3355a3d5b3ca8209b437416f7737 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sun, 13 Dec 2015 22:11:26 -0200 Subject: [PATCH] New package: statnot-0.0.4 --- srcpkgs/statnot/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/statnot/template diff --git a/srcpkgs/statnot/template b/srcpkgs/statnot/template new file mode 100644 index 00000000000..5d2c77d0be1 --- /dev/null +++ b/srcpkgs/statnot/template @@ -0,0 +1,16 @@ +# Template file for 'statnot' +pkgname=statnot +version=0.0.4 +revision=1 +build_style=gnu-makefile +short_desc="Notification system for lightweight window managers" +maintainer="Diogo Leal " +license="GPL-3" +homepage="https://github.com/halhen/statnot/" +distfiles="https://github.com/halhen/statnot/archive/${version}.tar.gz" +checksum=2864332c2e3cece682def8c3881ce1335fa9054a96a3142ddd761936e462d936 +noarch=yes + +post_install() { + vdoc README.md +}