           SPELL=colorpicker
         VERSION=scm
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=git://github.com/Ancurio/${SPELL}
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/Ancurio/colorpicker
      LICENSE[0]=MIT
         ENTERED=20201103
           SHORT="click on a pixel on your screen and print its color value in RGB"
cat << EOF
colorpicker is a small tool for X11 that writes the color value on your screen
at the cursor position to stdout, in RGB.
EOF
