           SPELL=git-crypt
         VERSION=0.6.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.asc
   SOURCE_URL[0]=https://www.agwa.name/projects/${SPELL}/downloads/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL}.asc
      SOURCE_GPG=agwa.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://www.agwa.name/projects/git-crypt/
         ENTERED=20160928
      LICENSE[0]=GPL
        KEYWORDS="git scm crypt"
           SHORT="transparent file encryption in git"
cat << EOF
git-crypt enables transparent encryption and decryption of files in a git
repository.

Files which you choose to protect are encrypted when committed, and decrypted
when checked out. git-crypt lets you freely share a repository containing a mix
of public and private content. git-crypt gracefully degrades, so developers
without the secret key can still clone and commit to a repository with
encrypted files. This lets you store your secret material (such as keys or
passwords) in the same repository as your code, without requiring you to lock
down your entire repository.
EOF
