New package: vit-2.1.0
This commit is contained in:
parent
4d8dd4c6a6
commit
7c3477fa96
1 changed files with 22 additions and 0 deletions
22
srcpkgs/vit/template
Normal file
22
srcpkgs/vit/template
Normal file
|
@ -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 <cullenrss@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue