1SUMMARY = "Simple tool for input event debugging"
2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
3AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
4SECTION = "console/utils"
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7
8DEPENDS = "libxml2"
9
10SRCREV = "da347a8f88d2e5729dd12d61ee9743f902065b55"
11SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \
12           file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
13           "
14
15S = "${WORKDIR}/git"
16
17inherit autotools pkgconfig
18