diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template new file mode 100644 index 00000000000..ae7149badcf --- /dev/null +++ b/srcpkgs/python3-breathe/template @@ -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 " +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 +}