. "$GRIMOIRE/FUNCTIONS"
           SPELL=libvterm
if [[ $LIBVTERM_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-git.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git"
      SOURCE_URL=git://github.com/neovim/${SPELL}.git:${SPELL}-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=0.99.7
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:1b82ac0c9e6c48374addf2b30981ecc4685a81bd12321c16a8cd651b6ff51f650a912253778b35240e501fced18777789080aa42f3190c514ae944aae2fff7ef
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
fi
        WEB_SITE="http://libvterm.sourceforge.net/"
      LICENSE[0]=GPL
         ENTERED=20091218
           SHORT="terminal emulator library"
cat << EOF
Based on ROTE, libvterm is a terminal emulator library which attempts to mimic
both VT100 and rxvt capabilities.
Although the natural display apparatus is curses, the API is simple enough
to grow
and adopt other mechanisms.
EOF
