# 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=kcron pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://kde.org/applications/system/" pkgdesc="Configure and schedule tasks" license="GPL-2.0-or-later" makedepends=" extra-cmake-modules kconfigwidgets-dev kdoctools-dev ki18n-dev kiconthemes-dev kio-dev qt5-qtbase-dev samurai " _repo_url="https://invent.kde.org/system/kcron.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kcron-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 47eb6ade307547a3c47d99e3da802e052a162c1620045f51aa97dea673a356439412164beab9587034474f86e95b11913161a5addc3bf6674091ebe84bdc0952 kcron-23.04.3.tar.xz "