          MODULE=gawk
         VERSION=5.4.0
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=https://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha256:3dd430f0cd3b4428c6c3f6afc021b9cd3c1f8c93f7a688dc268ca428a90b4ac1
        WEB_SITE=https://www.gnu.org/software/gawk/gawk.html
         ENTERED=20010922
         UPDATED=20260224
           SHORT="A free version of awk"

cat << EOF
gawk - Free version of awk
gawk performs simple data reformatting tasks, such as making changes in various
text files whenever certain patterns appear or extracting data from parts of
certain lines while discarding the rest, with just a few lines of code.
It provides several useful extensions not found in other implementations.
It is upwardly compatible with the latest POSIX specification of awk.
EOF
