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