19 lines
665 B
Bash
19 lines
665 B
Bash
# Template file for 'python3-sphinxcontrib-htmlhelp'
|
|
pkgname=python3-sphinxcontrib-htmlhelp
|
|
version=1.0.3
|
|
revision=2
|
|
wrksrc=sphinxcontrib-htmlhelp-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-docutils python3-Sphinx"
|
|
short_desc="Sphinx extension which outputs HTML 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-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz"
|
|
checksum=e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|