# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kapidox pkgver=5.84.0 pkgrel=0 arch="noarch !armhf" # armhf blocked by extra-cmake-modules pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style" url="https://community.kde.org/Frameworks" license="BSD-3-Clause" depends=" doxygen py3-jinja2 py3-yaml python3 " makedepends=" extra-cmake-modules py3-setuptools python3-dev " source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kapidox-$pkgver.tar.xz" subpackages="$pkgname-doc" build() { cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums=" d292514fc11202c721134420b2d8dcc44e6e2f892245fa7e8ada8fe3fde4d1a1614f64c553d76beeaeb10b6e008d30c68b627accfd59342770a2cf0c6b32e22b kapidox-5.84.0.tar.xz "