void-packages/srcpkgs/python3-sphinxcontrib-htmlhelp/template
2019-12-28 18:02:29 +01:00

19 lines
631 B
Bash

# Template file for 'python3-sphinxcontrib-htmlhelp'
pkgname=python3-sphinxcontrib-htmlhelp
version=1.0.2
revision=1
archs=noarch
wrksrc=sphinxcontrib-htmlhelp-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422
post_install() {
vlicense LICENSE
}