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