           SPELL=gumbo-parser
         VERSION=0.13.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
     SOURCE_HASH=sha512:b87694179f35490fc25c6100c3bd81019926954e4838886d50698158e2a5bbb36f119cb086dfad05ff867a80b7bed8ada8bcbbf83bd1a151fb43921b66d9b61e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        WEB_SITE="https://codeberg.org/gumbo-parser/gumbo-parser"
   SOURCE_URL[0]="$WEB_SITE/archive/${VERSION}.tar.gz"
      LICENSE[0]=Apache
         ENTERED=20201009
           SHORT="an HTML5 parser"
cat << EOF
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a
pure C99 library with no outside dependencies. It's designed to serve as a
building block for other tools and libraries such as linters, validators,
templating languages, and refactoring and analysis tools.
EOF
