           SPELL=dmidecode
         VERSION=3.7
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]="https://download.savannah.nongnu.org/releases/${SPELL}/${SOURCE}"
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=nongnu.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.nongnu.org/dmidecode/
         ENTERED=20041008
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="tool for dumping a computer's DMI table contents"
cat << EOF
dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) 
table contents in a human-readable format.
EOF
