          MODULE=bash_static
         VERSION=5.3.0
    BASE_VERSION=${VERSION%.*}
          SOURCE=bash-$BASE_VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$BASE_VERSION
   SOURCE_URL[0]=$GNU_URL/${MODULE%_static}
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/${MODULE%_static}
   SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/${MODULE%_static}
      SOURCE_VFY=sha256:0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba
        WEB_SITE=http://tiswww.case.edu/php/chet/bash_static/bashtop.html
         ENTERED=20020615
         UPDATED=20260709
           SHORT="A static bash build for rescue purposes"

cat << EOF
bash_static is the same as bash (Bourne Again SHell) -- just a static build of
it so one can use it as a rescue shell without relying on any shared libraries.
It will be located at /usr/bin/bash_static. You can call it with
  $ bash_static
EOF
