20 lines
667 B
Bash
20 lines
667 B
Bash
# Template file for 'kapidox'
|
|
pkgname=kapidox
|
|
version=5.39.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=cmake
|
|
pycompile_module="kapidox"
|
|
hostmakedepends="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="Denis Revin <denis.revin@gmail.com>"
|
|
license="2-clause-BSD"
|
|
homepage="https://projects.kde.org/projects/frameworks/kapidox"
|
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=d6701d35aa45b65dbf442d3325416c3100aa317a94fbeeb8f25595c782d2d58a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|