void-packages/srcpkgs/lxqt-globalkeys/template
2022-04-21 18:30:23 +02:00

26 lines
802 B
Bash

# Template file for 'lxqt-globalkeys'
pkgname=lxqt-globalkeys
version=1.1.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=ce0cbdbfbddef4ea9b2018b61fb6fc03caeea57fc31bc6f4bb54a04619edb2aa
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
}
}