22 lines
764 B
Bash
22 lines
764 B
Bash
# Template file for 'kapidox'
|
|
pkgname=kapidox
|
|
version=5.115.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="python3-Jinja2 python3-yaml"
|
|
depends="python3-Jinja2 python3-yaml doxygen"
|
|
checkdepends="python3-requests"
|
|
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=34ba524d11dfb59ca9a04158dfac973262bcb9e24361c6c5d2a601f319f8e14e
|
|
make_check=no # requires doxyqml (which is not packaged in void repos)
|
|
|
|
post_install() {
|
|
vlicense LICENSES/BSD-2-Clause.txt
|
|
vlicense LICENSES/CC0-1.0.txt
|
|
}
|