           SPELL=libtomcrypt
         VERSION=1.18.2
  SECURITY_PATCH=1
          SOURCE="$SPELL-$VERSION.tar.xz"
   SOURCE_URL[0]="https://github.com/libtom/$SPELL/releases/download/v$VERSION/${SOURCE#libtom}"
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=libtom.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://www.libtom.net/"
      LICENSE[0]="WTFPL"
         ENTERED=20150212
        KEYWORDS=""
           SHORT="modular and portable cryptographic toolkit"
cat << EOF
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic
toolkit that provides developers with a vast array of well known published
block ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.
EOF
