void-packages/srcpkgs/todoman/template
2021-01-28 15:06:13 -05:00

19 lines
699 B
Bash

# Template file for 'todoman'
pkgname=todoman
version=3.8.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-configobj python3-click-log
python3-dateutil python3-tabulate python3-humanize"
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"
distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
checksum=8bdbefa8b190c19cc01a57396ce9d0264ee10ec8ce96703fb72d69b8867107ab
post_install() {
vlicense LICENCE
}