From a8b541b131dda76fa75f46b8d8472d93af0a09bf Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Wed, 12 Jan 2022 14:40:31 -0500 Subject: [PATCH] New package: python3-tasklib-2.4.3_1 --- srcpkgs/python3-tasklib/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-tasklib/template diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template new file mode 100644 index 000000000000..3ad3ca161a14 --- /dev/null +++ b/srcpkgs/python3-tasklib/template @@ -0,0 +1,18 @@ +# Template file for 'python3-tasklib' +pkgname=python3-tasklib +version=2.4.3 +revision=1 +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel python3-pip task" +depends="python3 task" +short_desc="Library for interacting with taskwarrior databases (Python3)" +maintainer="Cullen Ross " +license="BSD-3-Clause" +homepage="https://github.com/robgolding/tasklib" +distfiles="${PYPI_SITE}/t/tasklib/tasklib-${version}.tar.gz" +checksum=b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5 + +post_install() { + vlicense LICENSE +}