summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/PKGBUILD
blob: f56d3ef8a74378589adae7dec966ca3e5287f809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgname=raveos-calamares-module
pkgver=2.0.0
pkgrel=8
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
}