void-packages/srcpkgs/lxqt-globalkeys/template

26 lines
802 B
Bash

# Template file for 'lxqt-globalkeys'
pkgname=lxqt-globalkeys
version=1.2.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
makedepends="liblxqt-devel"
short_desc="LXQt daemon and library for global keyboard shortcuts registration"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://lxqt-project.org"
distfiles="https://github.com/lxqt/lxqt-globalkeys/archive/${version}.tar.gz"
checksum=23ac2e8cec9f9e5802b71a0fa37c492a791325934f623be27c761f8451cfa7cb
replaces="lxqt-common>=0"
lxqt-globalkeys-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}