            MODULE=bats
           VERSION=0.4.0
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/sstephenson/bats/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7
          WEB_SITE=https://github.com/sstephenson/bats/
           ENTERED=20191214
           UPDATED=20191214
             SHORT="Bash Automated Testing System"

cat <<EOF
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to
verify that the UNIX programs you write behave as expected.
A Bats test file is a Bash script with special syntax for defining test cases.
Under the hood, each test case is just a function with a description.
EOF
