          XSPELL=shellcheck
           SPELL=haskell-${XSPELL}
         VERSION=0.3.8
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/koalaman/${XSPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:f86326f3473adcc3783c864ef76739e641e5aa7afa2f231a999c36ec602554b8e4e51334fee5347f135e4346e57d6499dba3921a83e7abef361a053e0967842f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
        WEB_SITE="http://www.shellcheck.net"
      LICENSE[0]=GPL
         ENTERED=20150724
           SHORT="a static analysis and linting tool for sh/bash scripts"
cat << EOF
ShellCheck is a static analysis and linting tool for sh/bash scripts. It's
mainly focused on handling typical beginner and intermediate level syntax
errors and pitfalls where the shell just gives a cryptic error message or
strange behavior, but it also reports on a few more advanced issues where
corner cases can cause delayed failures.
EOF
