           SPELL=shadow
         VERSION=4.18.0
  SECURITY_PATCH=10
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/${SPELL}-maint/${SPELL}/releases/download/${VERSION}/${SOURCE}
# Watch: https://github.com/shadow-maint/shadow/tags /tags/([0-9.]+)[.]tar
         SOURCE2="${SOURCE}.asc"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
      SOURCE_GPG="shadow.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
      LICENSE[0]="BSD"
        WEB_SITE="https://github.com/shadow-maint/shadow"
         ENTERED=20050303
        KEYWORDS="security password"
           SHORT="Shadow password file utilities"

cat << EOF
The Shadow password file utilities package includes the programs
necessary to convert traditional V7 UNIX password files to the SVR4
shadow password format, and additional tools to maintain password and
group files (that work with both shadow and non-shadow passwords).
EOF
