           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.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://pypi.io/packages/source/s/${SPELL}/${SOURCE}"
     SOURCE_HASH=sha512:8354132baaed62d968e672b804abdeafbca16890852fb75db04d7f529af6f411ef8a7284e5f56533a7243c8ad588d375d8e727fbdb1a18c449fa49529b6b6bd1
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
