void-packages/srcpkgs/libinput/template
maxice8 86f14dd2a3 libinput: update to 1.11.0.
Closes #14931.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 13:51:49 +02:00

28 lines
851 B
Bash

# Template file for 'libinput'
pkgname=libinput
version=1.11.0
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=64a36c4f826f4b5d473bf2cb803122f96390a18243ec810f2ce8ac5076a0bc12
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
}
}