🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: polkit-qt
pkgver: '1'
pkgrel: 1
pkgdesc: A library that allows developers to access PolicyKit API with a nice Qt-style API
url: 'https://www.kde.org/'
arch: x86_64
depends: []
makedepends:
- polkit
- qtbase
source:
- 'https://download.kde.org/stable/${pkgname}-1/${pkgname}-1-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -B build -S ${pkgname}-1-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
cmake --build build
package: DESTDIR="${PKGDIR}" cmake --install build