# Watch: https://github.com/cpuguy83/go-md2man/tags
           SPELL=go-md2man
         VERSION=2.0.7
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/cpuguy83/go-md2man/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:cc6878af3cfdb0c06ee46b39aa407ec5e48814dc8f68eeae885607407833ac263995fe61c0870217e7c2b2102904f1cf732fa210d89ba38e2443ab1436212905
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://github.com/cpuguy83/go-md2man
         ENTERED=20251028
      LICENSE[0]=MIT
        KEYWORDS="golang documentation"
           SHORT="converts markdown into roff (man pages)"
cat << EOF
go-md2man is a tool written in Go that converts markdown into roff (man page)
format. It's commonly used in the Go ecosystem to generate manual pages from
markdown documentation. This tool is particularly useful for projects that
maintain their documentation in markdown format but need to distribute man
pages with their software packages.
EOF
