makedepends=(sddm knewstuff extra-cmake-modules kdoctools kcmutils kauth)

description="KDE Config Module for SDDM"
url="https://www.kde.org/workspaces/plasmadesktop/"

packager="Great-OS Team"
maintainer="Great-OS Team"

set=(plasma kde6 plasma-dev)

name="sddm-kcm"
version=6.6.5
release=1

source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)

build() {
  mkdir -v build && cd build

  cmake -DBUILD_TESTING=OFF \
        ../$name-$version

  make
  make DESTDIR=$PKG install
}
