# include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=blinken pkgver=${_kdever} pkgrel=1 pkgdesc="Memory Enhancement Game" url="https://apps.kde.org/en/blinken" arch=('x86_64') license=('GPL' 'LGPL' 'FDL') depends=('kcoreaddons6' 'ki18n6' 'kxmlgui6' 'kguiaddons6' 'kdbusaddons6' 'kcrash6' 'phonon-qt6' 'qt6-svg') makedepends=('extra-cmake-modules' 'kdoctools6') groups=('kde' 'kde-edu' 'kde-uninstall' 'education' 'kaos-kids') source=("$_mirror/${pkgname}-${_kdever}.tar.xz") md5sums=(`grep ${pkgname}-${_kdever}.tar.xz ../kde-sc.md5 | cut -d" " -f1`) build() { cmake -B build -S ${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build } package() { DESTDIR=${pkgdir} cmake --install build }