# 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=bovo pkgver=23.04.3 pkgrel=1 pkgdesc="A Gomoku like game for two players" # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://kde.org/applications/games/org.kde.bovo" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends=" extra-cmake-modules kcoreaddons-dev kcrash-dev kdbusaddons-dev kdoctools-dev kxmlgui-dev libkdegames-dev qt5-qtbase-dev qt5-qtsvg-dev samurai " _repo_url="https://invent.kde.org/games/bovo.git" source="https://download.kde.org/stable/release-service/$pkgver/src/bovo-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -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=" 45aea0999fc48ba63b47ac8955709f8c5b7f236157c4df6509c6fd802c2518c54480609782d438724f024878507eaff8f3bd7c1e99f899932c54c68f2a19e28b bovo-23.04.3.tar.xz "