vp-build/srcpkgs/afew/template

26 lines
661 B
Bash

# Template file for 'afew'
pkgname=afew
version=1.3.0
revision=1
noarch=yes
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"
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
}
post_install() {
vlicense LICENSE
vman docs/build/man/afew.1
}