          MODULE=xev
         VERSION=1.2.7
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$XORG_URL/individual/app/
      SOURCE_VFY=sha256:95167895924de58e34b1013b2b0c8476e90d0888c6c39e7ae9bc35e3a19dba04
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=http://www.x.org
         ENTERED=20060120
         UPDATED=20260519
           SHORT="The X.Org event application"

cat << EOF
The xev application creates a window and then asks the X server to send it
events whenever anything happens to the window (such as it being moved,
resized, typed in, etc). You can also attach it to an existing window.
It is useful debugging tool for seeing what cases events to occur and to
display the information that they contain.
EOF
