void-packages/srcpkgs/python3-breathe/template
2020-09-11 08:43:53 -04:00

19 lines
648 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.21.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=7f97756a1b7f7998377b1153a976bf0d2879bb3ca1cb7bc846f455d37ca87ead
post_install() {
vlicense LICENSE
}