           SPELL=opendoas
         VERSION=6.8.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=https://github.com/Duncaen/OpenDoas/releases/download/v${VERSION}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL}.sig
      SOURCE_GPG=opendoas.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/Duncaen/OpenDoas
      LICENSE[0]=ISC
         ENTERED=20210129
           SHORT="portable fork of the OpenBSD doas command"
cat << EOF
doas is a minimal replacement for the venerable sudo. It was initially written
by Ted Unangst of the OpenBSD project to provide 95% of the features of sudo
with a fraction of the codebase.
EOF
