29 lines
844 B
Bash
29 lines
844 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=1.10.6
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libevdev-devel libwacom-devel mtdev-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=4207742c96980584112b19090413f2d390c6acaaf51c4aac1df9edbbcdfb9b39
|
|
|
|
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
|
|
}
|
|
}
|