# Watch: https://invisible-mirror.net/archives/byacc/
           SPELL=byacc
         VERSION=20241231
          SOURCE=$SPELL-$VERSION.tgz
         SOURCE2=$SOURCE.asc
      SOURCE_URL=("https://invisible-mirror.net/archives/$SPELL/$SOURCE"
                  "ftp://invisible-island.net/$SPELL/$SOURCE")
     SOURCE2_URL=("${SOURCE_URL[@]/%/.asc}")
      SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://invisible-island.net/byacc
      LICENSE[0]=PD
         ENTERED=20090717
           SHORT="Berkeley version of Yet Another Compiler-Compiler"
cat << EOF
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant
available. In contrast to bison, it is written to avoid dependencies upon
a particular compiler.
EOF
