void-packages/srcpkgs/doxygen/template

34 lines
981 B
Bash

# Template file for 'doxygen'
pkgname=doxygen
version=1.9.8
revision=1
build_style=cmake
hostmakedepends="perl python3 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/"
changelog="https://www.doxygen.nl/manual/changelog.html"
distfiles="http://doxygen.nl/files/doxygen-${version}.src.tar.gz"
checksum=05e3d228e8384b5f3af9c8fd6246d22804acb731a3a24ce285c8986ed7e14f62
build_options="wizard"
desc_option_wizard="build Qt5 GUI configuration tool, doxywizard"
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
if [ "$build_option_wizard" ]; then
configure_args+=" -Dbuild_wizard=1"
hostmakedepends+=" qt5-host-tools qt5-qmake"
makedepends+=" qt5-devel"
fi
post_install() {
vman doc/doxygen.1
if [ "$build_option_wizard" ]; then
vman doc/doxywizard.1
fi
}