           SPELL=tig
         VERSION=2.5.8
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/jonas/${SPELL}/archive/${SOURCE}
     SOURCE_HASH=sha512:711a2ab6efc14b19057c60fa0810755be0eaab2a5c87cce81113f873c525c7b1a1318314d4fc3f4b07b5e2c8921f4a7497a48c7c8bbc8cc201ee9d80d03f3001
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://jonas.github.io/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
