# Maintainer: Antonio Rojas pkgname=akonadi-notes pkgver=23.04.1 pkgrel=1 pkgdesc='Libraries and daemons to implement management of notes in Akonadi' arch=(x86_64) url='https://kontact.kde.org' license=(LGPL) depends=(kmime) makedepends=(extra-cmake-modules qt5-tools doxygen) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('44d27f85264691799ae7bfbeb6385993a44325c8e26b67e57776af91d4b91838' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }