# Maintainer: Antonio Rojas <arojas@archlinux.org>

pkgname=mauikit
pkgver=2.0.2
pkgrel=1
pkgdesc='Templated convergent controls and multi-platform utilities for Maui applications'
url='https://mauikit.org/'
arch=(x86_64)
license=(LGPL)
depends=(ki18n knotifications kirigami2 qt5-svg)
makedepends=(extra-cmake-modules)
source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('16bdd7aa27ef288dc431b2e7b64abca120e3d58db5a74d928d072c9c0c84c63e')

build() {
  cmake -B build -S $pkgname-$pkgver
  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}
