Initial Commit

This commit is contained in:
2025-05-09 14:06:02 +03:00
commit 26ef8332e2
3 changed files with 69 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
name: ripgrep
description: Tool that recursively searches directories for a regex pattern while respecting your gitignore
version: 14.1.1
url: https://github.com/BurntSushi/ripgrep
license: MIT,Unlicense
architecture: any
depends: ["gcc","pcre2"]
make_depends: ["rustc"]
type: source