void-packages/srcpkgs/python3-breathe/template

21 lines
661 B
Bash
Raw Normal View History

2020-03-19 17:09:44 +00:00
# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.19.1
2020-03-19 17:09:44 +00:00
revision=1
archs=noarch
wrksrc="breathe-${version}"
build_style=python3-module
2020-06-08 02:38:14 +00:00
_pyreqs="python3-Sphinx python3-docutils python3-six"
hostmakedepends="python3-setuptools ${_pyreqs}"
depends="${_pyreqs} doxygen"
2020-03-19 17:09:44 +00:00
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=30dd925b885f4658898d4c36272665e04100351faed4b19b59ae3963b09f5091
2020-03-19 17:09:44 +00:00
post_install() {
vlicense LICENSE
}