# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kapidox pkgver=5.68.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="python3 py3-yaml py3-jinja2 doxygen" makedepends="extra-cmake-modules python3-dev" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kapidox-$pkgver.tar.xz" subpackages="$pkgname-doc" prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir"/build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="f4cba0cc1c90d30d07ce8acb18462982f6258bce0249c04f1fd398e9bebd9c265af35c301bbf157ab5d0cf1882c3ccc67d1d0a4672dab357a54f89975be89687 kapidox-5.68.0.tar.xz"