# Maintainer: Chih-Hsuan Yen # Contributor: Jerome Leclanche pkgname=lxqt-globalkeys pkgver=1.3.0 pkgrel=1 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration." arch=("x86_64") groups=("lxqt") url="https://github.com/lxqt/$pkgname" license=("LGPL2.1") depends=("liblxqt") makedepends=("lxqt-build-tools") source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc} ) sha256sums=('c7c35effbec7b1900935bc9abd87b52ab92e33d1001c5e8697906357a83f759e' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang ) build() { cmake -B build -S "$srcdir/$pkgname-$pkgver" \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }