           SPELL=ripgrep
         VERSION=14.1.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://github.com/BurntSushi/${SPELL}/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha256:4dad02a2f9c8c3c8d89434e47337aa654cb0e2aa50e806589132f186bf5c2b66
      LICENSE[0]=MIT
        WEB_SITE=https://github.com/BurntSushi/ripgrep
         ENTERED=20230621
        KEYWORDS="utils rust-crates rust"
           SHORT="rust grep alternative"
cat << EOF
ripgrep is a line-oriented search tool that recursively searches the current
directory for a regex pattern. By default, ripgrep will respect gitignore
rules 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
