           SPELL=cgit
         VERSION=1.2.3
          SOURCE="$SPELL-$VERSION.tar.xz"
   SOURCE_URL[0]="http://git.zx2c4.com/$SPELL/snapshot/$SOURCE"
     SOURCE_HASH=sha512:58f9bb644b07be49dc51f3ef30a3d0e53699cede3c06b1d6920f3874fe846c83dd2589632aa84357b70ea2d60272448409aa1b892f405d14dd6745f5559b4504
         GIT_VER=2.25.1
         SOURCE2="git-$GIT_VER.tar.xz"
  SOURCE2_URL[0]="http://www.kernel.org/pub/software/scm/git/$SOURCE2"
    SOURCE2_HASH=sha512:15241143acfd8542d85d2709ac3c80dbd6e8d5234438f70c4f33cc71a2bdec3e32938df7f6351e2746d570b021d3bd0b70474ea4beec0c51d1fc45f9c287b344
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://git.zx2c4.com/cgit/about/"
      LICENSE[0]="GPL"
         ENTERED=20150606
        KEYWORDS=""
           SHORT="A fast web frontend for git repositories written in C"
cat << EOF
cgit is a web interface (cgi) for Git repositories, written in C.  It is
non-forking, uses an internal cache to speed things up, and features virtual
URLs (unlike gitweb).

Features:
* basic repository browsing (logs, diffs, trees...).
* caching of generated HTML.
* cloneable URLs (implements dumb HTTP transport).
* commit feeds (atom format).
* discovery of Git repositories.
* on-the-fly archives for tags and commits.
* plugin support for e.g. syntax highlighting.
* side-by-side diffs.
* simple time/author statistics.
* simple virtual hosting support (macro expansion).
* understands GitWeb project-lists.
* understands gitweb.owner in Git config files.
* has extensive filtering framework using scripts or a built-in lua interpreter.
EOF
