/package/ripgrep/Config.in
https://gitlab.com/atilla/buildroot · Autoconf · 14 lines · 12 code · 2 blank · 0 comment · 2 complexity · ac6f0f2f7935f0e2490bfce8d958b66e MD5 · raw file
- config BR2_PACKAGE_RIPGREP
- bool "ripgrep"
- depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
- select BR2_PACKAGE_HOST_RUSTC
- help
- ripgrep is a line-oriented search tool that
- recursively searches your current directory
- for a regex pattern while respecting your gitignore
- rules.
- ripgrep is similar to other popular search tools like
- The Silver Searcher, ack and grep.
- https://github.com/BurntSushi/ripgrep