pkgname=extra-cmake-modules pkgver=6.10.0 pkgrel=1 pkgdesc="Extra modules and scripts for CMake" arch=('x86_64') url="https://community.kde.org/Frameworks" license=('GPL3') groups=('kf6') depends=('cmake') makedepends=('python-requests' 'python-sphinx') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(506989a0d400913403e669c1912238db053cd6b38dff74b17e2e6f879c79cca0) build() { cd ${pkgname}-${pkgver} cmake -B flarebird-build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_HTML_DOCS=ON \ -DBUILD_QTHELP_DOCS=ON \ -DBUILD_TESTING=OFF cmake --build flarebird-build } package() { cd ${pkgname}-${pkgver} DESTDIR=${pkgdir} cmake --install flarebird-build }