19 lines
617 B
Bash
19 lines
617 B
Bash
# Template file for 'python3-breathe'
|
|
pkgname=python3-breathe
|
|
version=4.18.1
|
|
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=42b4ee6c6017d76fb4c1734062a7c4b5db9d56c2dee7c47a02242bb01cea8f34
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|