5eeeb29561
[ci skip]
20 lines
641 B
Bash
20 lines
641 B
Bash
# Template file for 'kapidox'
|
|
pkgname=kapidox
|
|
version=5.72.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=cmake
|
|
pycompile_module="kapidox"
|
|
hostmakedepends="kcoreaddons extra-cmake-modules python"
|
|
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=70702d0e5a8eb8158e1429bef6c3fb3d3caa0b9d00479bbb600a5f0f44550b93
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|