28 lines
851 B
Bash
28 lines
851 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=1.11.3
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Ddebug-gui=false -Ddocumentation=false"
|
|
hostmakedepends="pkg-config valgrind"
|
|
makedepends="libevdev-devel libwacom-devel mtdev-devel check-devel"
|
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=f31191d96e425b4f16319842279d65946d9d983dcd3d9e466ae1206aa10ecb06
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libinput-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|