vp-build/srcpkgs/python3-polib/template

23 lines
550 B
Bash

# Template file for 'python3-polib'
pkgname=python3-polib
version=1.1.0
revision=5
wrksrc="polib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 library to manipulate gettext files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://bitbucket.org/izi/polib/"
distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz"
checksum=fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a
do_check() {
./runtests.sh
}
post_install() {
vlicense LICENSE
}