# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=kde-dev-scripts pkgver=24.08.1 pkgrel=0 # armhf blocked by extra-cmake-modules arch="all !armhf !s390x" url="https://kde.org/applications/development/" pkgdesc="Scripts and setting files useful during development of KDE software" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends=" extra-cmake-modules kdoctools-dev samurai " _repo_url="https://invent.kde.org/sdk/kde-dev-scripts.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kde-dev-scripts-$pkgver.tar.xz" # No code to test options="!check" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 5549285fe3eb8fb02a45c3935f280baff2a1fa32638afb7b503ebfd5ec4f0b5e15869727764b7fd7c774a48c45d56a9d6df74cdbaa0930fff44377d623bb3ea1 kde-dev-scripts-24.08.1.tar.xz "