xref: /OK3568_Linux_fs/buildroot/package/ripgrep/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RIPGREP
2	bool "ripgrep"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	select BR2_PACKAGE_HOST_RUSTC
5	help
6	  ripgrep is a line-oriented search tool that
7	  recursively searches your current directory
8	  for a regex pattern while respecting your gitignore
9	  rules.
10
11	  ripgrep is similar to other popular search tools like
12	  The Silver Searcher, ack and grep.
13
14	  https://github.com/BurntSushi/ripgrep
15