23 lines
606 B
Bash
23 lines
606 B
Bash
# Template file for 'vit'
|
|
pkgname=vit
|
|
version=2.3.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="task python3-urwid python3-tasklib"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Visual Interactive Taskwarrior full-screen terminal interface"
|
|
maintainer="Cullen Ross <cullen.ross@proton.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/vit-project/vit"
|
|
distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz"
|
|
checksum=a837d8e865a70d0e384a1e78d314330f000d108fa62e3a72d9aec6dec7ca233c
|
|
|
|
do_check() {
|
|
TERM=linux python3 -m pytest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|