c4fba47b46
[ci skip]
20 lines
661 B
Bash
20 lines
661 B
Bash
# Template file for 'kapidox'
|
|
pkgname=kapidox
|
|
version=5.74.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=cmake
|
|
pycompile_module="kapidox"
|
|
hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
|
|
makedepends="python-Jinja2 python-yaml"
|
|
depends="python-Jinja2 python-yaml doxygen"
|
|
short_desc="API documentation generation tool for KDE framework"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://invent.kde.org/frameworks/kapidox"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=7c5b56b924fe6ae5b3a183d4ff5236cb8c6690fc2bda2f685073d620ec61d2c0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|