         MODULE=ripgrep
        VERSION=15.2.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/BurntSushi/ripgrep/archive/$VERSION.tar.gz
     SOURCE_VFY=sha256:7605249d3eb0d5f170e3414498e3344e26b1e7a147aec518b57090b80036a562
       WEB_SITE=https://github.com/BurntSushi/ripgrep/
        ENTERED=20190417
        UPDATED=20260716
          SHORT="Recursively searches directories for a regex pattern"

cat << EOF
ripgrep is a line-oriented search tool that recursively searches your current
directory for a regex pattern. By default, ripgrep will respect your .gitignore
and automatically skip hidden files/directories and binary files. ripgrep is
similar to other popular search tools like The Silver Searcher, ack and grep.
EOF
