              SPELL=shellcheck
            VERSION=0.11.0
             SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_URL[0]=https://github.com/koalaman/shellcheck/archive/refs/tags/v$VERSION.tar.gz
        SOURCE_HASH=sha512:97700b6997cdf4e4d8af62ab77401c315797f5effbe79100bb048870b549f0722ba471248d807c40d87cf753ad61271a8048f9fded25d01dcc1fec76ccd6a2c5
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
           WEB_SITE=https://github.com/koalaman/shellcheck
            ENTERED=20260814
         LICENSE[0]=GPL-3.0-only
           KEYWORDS="shell devel"
              SHORT="static analysis tool for shell scripts"
cat << EOF
ShellCheck is a static analysis tool for shell scripts. It gives
warnings and suggestions for bash/sh scripts, catching common
beginner mistakes as well as more subtle semantic problems that
cause a shell to behave in unexpected ways.
EOF
