           SPELL=pelican
         VERSION=3.3.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/getpelican/pelican/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:352f755d95662c0cd06f1860ebeddc2b2b9fe84ddac4ae4c51b96a04119414a50e5920d88d8b6e7ab2bbd5463d2c048f74682f8893512aa927d7c1ae3884d049
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://getpelican.com/"
      LICENSE[0]=Affero GPL
         ENTERED=20130702
           SHORT="A tool to generate a static blog from reStructuredText or Markdown input files"
cat << EOF
Pelican is a static site generator, written in Python.

   * Write your weblog entries directly with your editor of choice (vim!) in
   reStructuredText or Markdown * Includes a simple CLI tool to (re)generate
   the weblog * Easy to interface with DVCSes and web hooks * Completely
   static output is easy to host anywhere
EOF
