pkgname=raveos-calamares-module
pkgver=2.0.0
pkgrel=12
pkgdesc="RaveOS Calamares modules: Wi-Fi, Welcome, Desktop Selector"
arch=('x86_64')
options=('!debug')
url="https://git.rp1.hu/RaveOS"
license=('GPL')

makedepends=('cmake' 'qt6-tools' 'kcoreaddons' 'calamares')
depends=('qt6-base' 'qt6-declarative' 'networkmanager')

source=()
sha256sums=()

build() {
  cd "$startdir"
  cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr
  cmake --build build
}

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