27 lines
725 B
Bash
27 lines
725 B
Bash
# Template file for 'doxygen'
|
|
pkgname=doxygen
|
|
version=1.8.16
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="git perl python flex"
|
|
short_desc="Source code documentation generator tool"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.doxygen.org/"
|
|
distfiles="http://doxygen.nl/files/doxygen-${version}.src.tar.gz"
|
|
checksum=ff981fb6f5db4af9deb1dd0c0d9325e0f9ba807d17bd5750636595cf16da3c82
|
|
|
|
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
|
|
}
|