           SPELL=sudo
         VERSION=1.9.17p2
  SECURITY_PATCH=16
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://www.sudo.ws/dist/$SOURCE
# Watch: https://www.sudo.ws/dist/ sudo-([0-9p.]+)[.]tar.gz"
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=sudo.gpg:$SOURCE.sig:UPSTREAM_KEY
        WEB_SITE=http://www.sudo.ws/
        KEYWORDS="utils"
         ENTERED=20010922
         LICENSE=BSD
           SHORT="grant limited superuser ability to users"
cat << EOF
Sudo (superuser do) allows a system administrator to give certain users
(or groups of users) the ability to run some (or all) commands as root
while logging all commands and arguments. Sudo operates on a per-command
basis, it is not a replacement for the shell.
EOF
