           SPELL=sigal
if [[ $SIGAL_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git_http://github.com/saimn/sigal.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
else
         VERSION=2.1.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://pypi.io/packages/source/s/${SPELL}/${SOURCE}"
     SOURCE_HASH=sha512:0cf84087202cdcf060a0f3b3e166871f7f98c4736f68aadbae3dd4b69e58fca09194f1b7a7170deb5b480516183844c9c16793f4d2775a9ea0039693c0232baf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
	WEB_SITE="https://sigal.saimon.org"
      LICENSE[0]=MIT
         ENTERED=20130812
           SHORT="yet another simple static gallery generator"
cat << EOF
Sigal is yet another simple static gallery generator. It's written in Python
and it allows to build a static gallery of images with the following features:

 * Process directories recursively * Generate HTML pages using jinja2
 templates * Relative links for a portable output * Themes support
EOF
