          MODULE=ripgrep
         VERSION=15.1.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/BurntSushi/ripgrep/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:046fa01a216793b8bd2750f9d68d4ad43986eb9c0d6122600f993906012972e8
        WEB_SITE=https://github.com/BurntSushi/ripgrep/
         ENTERED=20190417
         UPDATED=20251027
           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
