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