From f8f3718f39237ac8a2a5b08cb3ef04edfcdf23b0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Thu, 21 May 2020 20:07:11 -0600 Subject: [PATCH] Add ripgrep recipe --- recipes/ripgrep/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/ripgrep/recipe.toml diff --git a/recipes/ripgrep/recipe.toml b/recipes/ripgrep/recipe.toml new file mode 100644 index 000000000..b2e0cd6a3 --- /dev/null +++ b/recipes/ripgrep/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/jackpot51/ripgrep.git" + +[build] +template = "cargo" -- GitLab