           SPELL=stgit
         VERSION=1.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://github.com/stacked-git/stgit/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:e33db953d810f024ee2159ea5bb1b1367a5c673d78d789e8b20ad1d773dccaaf0fe4ccb713b8de082d4a79a3f51d421a2d3d88be24f2e0e770e070e640744894
      LICENSE[0]=GPL
        KEYWORDS="git python devel"
	WEB_SITE=https://stacked-git.github.io/
         ENTERED=20050820
           SHORT="Patch stack management for git"
cat << EOF
StGIT is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of GIT. These operations
are performed using GIT commands and the patches are stored as GIT commit
objects, allowing easy merging of the StGIT patches into other repositories
using standard GIT functionality.

Note that StGIT is not an SCM interface on top of GIT and it expects a
previously initialised GIT repository. For standard SCM operations, either
use plain GIT commands or the Cogito tool.
EOF
