void-packages/srcpkgs/doxygen/template
Érico Rolim 29ad1bd9db doxygen: update to 1.8.20, adopt.
Also added checkdepends.
2020-10-02 20:43:53 -03:00

29 lines
776 B
Bash

# Template file for 'doxygen'
pkgname=doxygen
version=1.8.20
revision=1
build_style=cmake
hostmakedepends="chroot-git perl python flex"
checkdepends="libxml2 texlive-BibTeX"
short_desc="Source code documentation generator tool"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="GPL-2.0-only"
homepage="http://www.doxygen.org/"
distfiles="http://doxygen.nl/files/doxygen-${version}.src.tar.gz"
checksum=e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec
build_options="wizard"
desc_option_wizard="build Qt5 GUI configuration tool, doxywizard"
if [ "$build_option_wizard" ]; then
configure_args+=" -Dbuild_wizard=1"
makedepends+=" qt5-devel"
fi
post_install() {
vman doc/doxygen.1
if [ "$build_option_wizard" ]; then
vman doc/doxywizard.1
fi
}