19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'python3-sphinxcontrib-devhelp'
|
|
pkgname=python3-sphinxcontrib-devhelp
|
|
version=1.0.2
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-Sphinx"
|
|
short_desc="Sphinx extension which outputs Devhelp 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-devhelp/sphinxcontrib-devhelp-${version}.tar.gz"
|
|
checksum=ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|