/buildroot/package/ripgrep/Config.in

https://github.com/home-assistant/hassos · Autoconf · 14 lines · 12 code · 2 blank · 0 comment · 2 complexity · 0bc32eda90542741993f20b17f407585 MD5 · raw file

  1. config BR2_PACKAGE_RIPGREP
  2. bool "ripgrep"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  4. select BR2_PACKAGE_HOST_CARGO
  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. ripgrep is similar to other popular search tools like
  11. The Silver Searcher, ack and grep.
  12. https://github.com/BurntSushi/ripgrep