New package: afew-1.3.0

This commit is contained in:
Alexander Gehrke 2018-11-07 14:16:25 +01:00 committed by lemmi
parent 0c3728789c
commit 578036bdf7
1 changed files with 25 additions and 0 deletions

25
srcpkgs/afew/template Normal file
View File

@ -0,0 +1,25 @@
# 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
}