           SPELL=borgbackup
         VERSION=1.4.3
  SECURITY_PATCH=1
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/borgbackup/borg/releases/download/$VERSION/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=borg.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://pypi.python.org/pypi/borgbackup"
      LICENSE[0]=BSD
         ENTERED=20151025
           SHORT="a deduplicating backup program"
cat << EOF
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports 
compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data. The 
data deduplication technique used makes Borg suitable for daily backups since only 
changes are stored. The authenticated encryption technique makes it suitable for 
backups to not fully trusted targets.
EOF
