20 lines
648 B
Bash
20 lines
648 B
Bash
# Template file for 'python3-breathe'
|
|
pkgname=python3-breathe
|
|
version=4.23.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=52fcd078792e5188e186536fe4ac65f92d9c35f026592efd9e23f85ad1c264df
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|