           SPELL=oath-toolkit
         VERSION=2.6.13
  SECURITY_PATCH=1
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=https://download.savannah.nongnu.org/releases/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=oath.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://www.nongnu.org/oath-toolkit/
      LICENSE[0]=LGPL
      LICENSE[1]=GPL
         ENTERED=20170929
           SHORT="toolkit for OATH/HOTP, TOTP and PSKC"
cat << EOF
The OATH Toolkit provide components for building one-time password
authentication systems.

It contains shared libraries, command line tools and a PAM module.

Supported technologies include the event-based HOTP algorithm (RFC4226) and the
time-based TOTP algorithm (RFC6238). OATH stands for Open AuTHentication, which
is the organization that specify the algorithms. For managing secret key files,
the Portable Symmetric Key Container (PSKC) format described in RFC6030 is
supported.
EOF
