21 lines
667 B
Bash
21 lines
667 B
Bash
|
# Template file for 'kapidox'
|
||
|
pkgname=kapidox
|
||
|
version=5.26.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=68d90d8e86ac0392efb381c66b85b45e867572ea4a032607f0bfad97bf26dfea
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|