New package: python3-breathe-4.16.0

This commit is contained in:
Andrew J. Hesford 2020-03-19 13:09:44 -04:00 committed by Andrew Benson
parent 7a9ab5b49d
commit 7d21c3953b

View file

@ -0,0 +1,19 @@
# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.16.0
revision=1
archs=noarch
wrksrc="breathe-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx python3-docutils 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=d042217288337609f528ee2dc1bf11b25208b4b7753120cc23fe6538074d01e8
post_install() {
vlicense LICENSE
}