# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdoctools pkgver=5.108.0 pkgrel=0 pkgdesc="Documentation generation from docbook" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" license="LGPL-2.1-only OR LGPL-3.0-only" depends=" docbook-xml docbook-xsl " depends_dev=" karchive-dev ki18n-dev libxml2-dev libxml2-utils libxslt-dev qt5-qtbase-dev " makedepends="$depends_dev doxygen extra-cmake-modules graphviz perl-uri qt5-qttools-dev samurai " source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kdoctools-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 307bb472fa8bbb4165bce174fccb321498fde81e40aaa0f540c7cb9091674ae4f43210f9ad405e063a95ff3c0b518e0c0d609a03f82b3c3101ea29b6f47ed910 kdoctools-5.108.0.tar.xz "