# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino pkgname=kinit pkgver=5.106.0 pkgrel=1 pkgdesc='Process launcher to speed up launching KDE applications' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kio) makedepends=(extra-cmake-modules kdoctools) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) install=kinit.install sha256sums=('af3f392426e94c2dcce987af1375ca0668787a2531bfd6f2978ccc0ce979d5a5' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }