20 lines
667 B
Bash
20 lines
667 B
Bash
# Template file for 'kapidox'
|
|
pkgname=kapidox
|
|
version=5.36.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=79a505ed2ef7a755115b1da7e37c45fe6a2eda799ea9f4da15766fa5977f3fa0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|