20 lines
640 B
Bash
20 lines
640 B
Bash
# Template file for 'python3-sphinxcontrib-qthelp'
|
|
pkgname=python3-sphinxcontrib-qthelp
|
|
version=1.0.3
|
|
revision=3
|
|
wrksrc=sphinxcontrib-qthelp-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-Sphinx"
|
|
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=4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|