          MODULE=grabcartoons
         # git clone https://github.com/zzamboni/grabcartoons.git
         VERSION=20110203
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$MIRROR_URL
      SOURCE_VFY=sha1:6456871a91805d110c9013d9eb61806b840545bb
        WEB_SITE=http://zzamboni.org/grabcartoons/
         ENTERED=20110202
         UPDATED=20110202
           SHORT="A comic-strip downloader and aggregator"

cat << EOF
GrabCartoons is a comic-summarizing utility. It is modular, and it is
very easy to write modules for new comics.

Example entry in crontab:

0 7 * * *   /usr/bin/grabcartoons.pl dilbert little_gamers xkcd ziggy smbc > ~/temp/cartoons.html && echo | mutt -s "Daily Comics" -a ~/temp/cartoons.html yourusername && rm ~/temp/cartoons.html
EOF
