# Description: Print contents of X events
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xrandr

name=xorg-xev
version=1.2.7
release=1
source=(https://www.x.org/releases/individual/app/xev-$version.tar.xz)

build() {
	cd xev-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}
