description="A library that allows developers to access PolicyKit API with a nice Qt-style API" url="https://www.kde.org/" packager="spiky " contributors="Pierre,Fanch,Tnut" makedepends=(polkit qtbase) name=polkit-qt version=0.114.0 release=2 source=(https://download.kde.org/stable/$name-1/$name-1-$version.tar.xz) build() { cd $name-1-$version mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev \ .. make make DESTDIR=$PKG install }