From 7c3477fa96023117ff1091b3702a3f7d7072ea49 Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Fri, 14 Jan 2022 08:13:04 -0500 Subject: [PATCH] New package: vit-2.1.0 --- srcpkgs/vit/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/vit/template diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template new file mode 100644 index 00000000000..173648d69b9 --- /dev/null +++ b/srcpkgs/vit/template @@ -0,0 +1,22 @@ +# Template file for 'vit' +pkgname=vit +version=2.1.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="task python3-pytz python3-urwid python3-tzlocal python3-tasklib" +checkdepends="python3-pytest $depends" +short_desc="Visual Interactive Taskwarrior full-screen terminal interface" +maintainer="Cullen Ross " +license="MIT" +homepage="https://github.com/vit-project/vit" +distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz" +checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f + +do_check() { + TERM=linux python3 -m pytest +} + +post_install() { + vlicense LICENSE +}