void-packages/srcpkgs/python3-breathe/template
2020-06-09 22:03:49 +07:00

20 lines
661 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.19.1
revision=1
archs=noarch
wrksrc="breathe-${version}"
build_style=python3-module
_pyreqs="python3-Sphinx python3-docutils python3-six"
hostmakedepends="python3-setuptools ${_pyreqs}"
depends="${_pyreqs} doxygen"
short_desc="ReStructuredText and Sphinx bridge to Doxygen"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/michaeljones/breathe"
distfiles="https://github.com/michaeljones/breathe/archive/v${version}.tar.gz"
checksum=30dd925b885f4658898d4c36272665e04100351faed4b19b59ae3963b09f5091
post_install() {
vlicense LICENSE
}