           SPELL=tig
         VERSION=0.17
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://jonas.nitro.dk/${SPELL}/releases/${SOURCE}
     SOURCE_HASH=sha512:5f718cc41fe8cfb2904a170785034d93c7e63a80d4f78c6f1ee7e8092adf45028bf6fc7253b3a912bd75dfac5388d79450759592ad3614ac7630af2118701e70
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
