           SPELL=stint
  if [[ $STINT_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
          SOURCE=${SPELL}-scm.tar.bz2
   SOURCE_URL[0]=git://github.com/djpohly/${SPELL}.git:${SPELL}-scm
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE=https://github.com/djpohly/stint
      LICENSE[0]=GPL
         ENTERED=20201215
        KEYWORDS=""
           SHORT="simple, suckless-style color grabber for X11"
cat << EOF
stint - simple, suckless-style color grabber for X11.

When run, waits for the user to press the left mouse button. As long as the
button is held down, it will continue to print the color under the pointer in
decimal "RRR GGG BBB" format. Exits when the button is released.
EOF
