26 lines
982 B
Bash
26 lines
982 B
Bash
# Template file for 'todoman'
|
|
pkgname=todoman
|
|
version=4.1.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
|
|
python3-atomicwrites python3-click-repl python3-click-log
|
|
python3-dateutil python3-humanize jq"
|
|
checkdepends="${depends} python3-freezegun python3-hypothesis
|
|
python3-pytest-cov python3-pytest-xdist"
|
|
short_desc="Simple, standards-based, cli todo (aka: task) manager"
|
|
maintainer="Eric Scheibler <email@eric-scheibler.de>"
|
|
license="ISC"
|
|
homepage="https://github.com/pimutils/todoman"
|
|
changelog="https://raw.githubusercontent.com/pimutils/todoman/main/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
|
|
checksum=ce3caa481d923e91da9b492b46509810a754e2d3ef857f5d20bc5a8e362b50c8
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
vcompletion contrib/completion/zsh/_todo zsh todo
|
|
vcompletion contrib/completion/bash/_todo bash todo
|
|
vsconf config.py.sample
|
|
}
|