           SPELL=github-markdown-toc.go
         VERSION=0.8.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/ekalinin/${SPELL}/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:ee78aa56672b7b2456d7218b8b4b1aeb407667112da2167108372658f2e3542f340ab7850a2e5eb4ac288dda8e448db6a9bb794bef77f9a69b38bdf7b0ebc978
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/ekalinin/github-markdown-toc.go
         ENTERED=20170310
      LICENSE[0]=MIT
        KEYWORDS="markdown github"
           SHORT="golang based implementation of the github-markdown-toc tool"
cat << EOF
This is a golang based implementation of the github-markdown-toc tool.

The advantages of this implementation:
- no dependencies (no need curl, wget, awk, etc.)
- regexp for parsing TOC
- parallel processing of multiple documents
EOF
