void-packages/srcpkgs/python3-breathe/template
2020-10-10 10:22:25 -04:00

20 lines
648 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.22.1
revision=2
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=b2cde521dd05bca0171b6008456d8f6fb66fd6231fbffa2802f3db8d3d5648a2
post_install() {
vlicense LICENSE
}