New package: python3-sphinxcontrib-qthelp-1.0.2

This commit is contained in:
Đoàn Trần Công Danh 2019-12-28 11:34:33 +07:00 committed by Juan RP
parent 23d89e72f7
commit f943466b91

View file

@ -0,0 +1,19 @@
# Template file for 'python3-sphinxcontrib-qthelp'
pkgname=python3-sphinxcontrib-qthelp
version=1.0.2
revision=1
archs=noarch
wrksrc=sphinxcontrib-qthelp-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Sphinx extension which outputs QtHelp document"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="http://sphinx-doc.org"
distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-${version}.tar.gz"
checksum=79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f
post_install() {
vlicense LICENSE
}