New package: python3-breathe-4.16.0
This commit is contained in:
parent
7a9ab5b49d
commit
7d21c3953b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-breathe/template
Normal file
19
srcpkgs/python3-breathe/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-breathe'
|
||||
pkgname=python3-breathe
|
||||
version=4.16.0
|
||||
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=d042217288337609f528ee2dc1bf11b25208b4b7753120cc23fe6538074d01e8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue