mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 15:17:01 +02:00
19 lines
679 B
Bash
19 lines
679 B
Bash
# Template file for 'python3-sphinxcontrib-applehelp'
|
|
pkgname=python3-sphinxcontrib-applehelp
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
|
|
python3-wheel"
|
|
depends="python3"
|
|
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=2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1
|
|
make_check=no # cyclic with Sphinx
|
|
|
|
post_install() {
|
|
vlicense LICENCE.rst
|
|
}
|