21 lines
661 B
Bash
21 lines
661 B
Bash
# Template file for 'python3-breathe'
|
|
pkgname=python3-breathe
|
|
version=4.20.0
|
|
revision=1
|
|
archs=noarch
|
|
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=8e364677e273894c8e41e03f9f16d139e449db5c9c80ea81bfec76461690b844
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|