afew: update to 2.0.0

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-09 22:07:32 -06:00 committed by Helmut Pozimski
parent 1b17fd2c8f
commit e3e7c80a9b

View file

@ -1,25 +1,19 @@
# Template file for 'afew'
pkgname=afew
version=1.3.0
version=2.0.0
revision=1
archs=noarch
build_style=python3-module
pycompile_module="afew"
hostmakedepends="git python3-setuptools python3-Sphinx pkg-config"
depends="python3-setuptools notmuch-python3 python3-dkimpy"
short_desc="An initial tagging script for notmuch mail"
short_desc="Initial tagging script for notmuch mail"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="ISC"
homepage="https://github.com/afewmail/afew"
distfiles="${PYPI_SITE}/a/afew/afew-${version}.tar.gz"
checksum=ff790342fccd2a83e8e23bd508c16ca93bbab5eabd8132fec272de492b7d0504
post_build() {
cd ${wrksrc}/docs
make man
}
checksum=1a685b97ddeba66d4af5ee9b2b76b1a8bccccd3d10bc285c8b82886a0328c048
post_install() {
vlicense LICENSE
vman docs/build/man/afew.1
}