From 76e2ecc82aa29ecc3ae835e7b8cbf5c47de99f02 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Wed, 8 Jan 2020 13:54:11 +0100 Subject: [PATCH] WIP remhind --- srcpkgs/remhind/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/remhind/template diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template new file mode 100644 index 00000000000..2adc89a4c83 --- /dev/null +++ b/srcpkgs/remhind/template @@ -0,0 +1,20 @@ +# Template file for 'remhind' +pkgname=remhind +version=0.1.1 +revision=1 +archs=noarch +build_style=python3-module +pycompile_module="remhind" +hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel" +depends="python3-icalendar python3-dateutil python3-gobject python3-toml + python3-tzlocal python3-xdg" +short_desc="A notification daemon of events stored in directories" +maintainer="Stacy Harper " +license="GPL-3.0-only" +homepage="https://github.com/nicoe/remhind" +distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac + +post_install() { + vlicense LICENSE +}