void-packages/srcpkgs/python3-breathe/template
2025-02-26 06:55:23 -05:00

19 lines
656 B
Bash

# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.36.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-Sphinx doxygen"
checkdepends="python3-pytest ${depends}"
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"
changelog="https://raw.githubusercontent.com/michaeljones/breathe/master/README.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=94fc2277e639929e898cb95559d9d2c51cf764b787eaf6fa04f848a6550c2ff5
post_install() {
vlicense LICENSE
}