void-packages/srcpkgs/python3-breathe/template

20 lines
648 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.22.0
revision=1
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=4112a9901e668aa5ba0e8835d4b04a26cbcc787f1f44df919d4b68764a52cfba
post_install() {
vlicense LICENSE
}