void-packages/srcpkgs/kapidox/template
2021-06-19 09:59:35 +02:00

20 lines
683 B
Bash

# Template file for 'kapidox'
pkgname=kapidox
version=5.83.0
revision=1
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
makedepends="python3-Jinja2 python3-yaml"
depends="python3-Jinja2 python3-yaml doxygen"
short_desc="API documentation generation tool for KDE framework"
maintainer="John <me@johnnynator.dev>"
license="BSD-2-Clause, CC0-1.0"
homepage="https://invent.kde.org/frameworks/kapidox"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=46637abf5f1853c700a6b079679f078ca3320eca5617b1234fdaaba944b5af47
post_install() {
vlicense LICENSES/BSD-2-Clause.txt
vlicense LICENSES/CC0-1.0.txt
}