           SPELL=tig
         VERSION=0.16.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://jonas.nitro.dk/${SPELL}/releases/${SOURCE}
     SOURCE_HASH=sha512:9dd283179d22cef6a30b759078b0e7e0384258b5fa350cbe4c073260f923ecdd763d8106f5378a9ca145c45c79da7412a9c4d2a128bc0a88f202d62fdb3f5626
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://jonas.nitro.dk/tig/"
      LICENSE[0]=GPL
         ENTERED=20100522
           SHORT="text-mode interface for git"
cat << EOF
Tig is a git repository browser that additionally can act as a pager for output
from various git commands.

When browsing repositories, it uses the underlying git commands to present the
user with various views, such as summarized revision log and showing the commit
with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin and colorize it.
EOF
