20 lines
655 B
Bash
20 lines
655 B
Bash
# Template file for 'python3-sphinxcontrib-applehelp'
|
|
pkgname=python3-sphinxcontrib-applehelp
|
|
version=1.0.2
|
|
revision=2
|
|
wrksrc=sphinxcontrib-applehelp-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-Sphinx"
|
|
short_desc="Sphinx extension which outputs Apple help book"
|
|
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-applehelp/sphinxcontrib-applehelp-${version}.tar.gz"
|
|
checksum=a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|