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

pkgname=mauikit-accounts
pkgver=2.0.1
pkgrel=1
pkgdesc='MauiKit utilities to handle User Accounts'
url='https://mauikit.org/'
arch=(x86_64)
license=(LGPL)
depends=(mauikit)
makedepends=(extra-cmake-modules)
source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('01df4684c736fa2902ad05edf4b9e031a926c3a5ff19fbde3eea40ec4e422176')

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

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