source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=xinput_calibrator
         VERSION=0.8.0
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/app/${SOURCE}
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
      LICENSE[0]=MIT/X11
         ENTERED=20110515
           SHORT="Generic touchscreen calibration program"
cat << EOF
xinput_calibrator was created to fill the gap of touchscreen calibration
software, featuring:
- works for any standard Xorg touchscreen driver (uses XInput protocol)
- mis-click detection (prevents bogus calibration)
- dynamically recalibrates the evdev driver
- outputs the calibration as xorg.conf.d snippet or HAL policy file and more
EOF
