From a70b46146cd748efbc19153f62e0cda34ddb49d4 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 13 Jun 2024 18:22:36 +0000 Subject: [PATCH] Add recipes --- recipes/wip/games/turdle/recipe.toml | 5 +++++ recipes/wip/tools/ripgrep-all/recipe.toml | 5 +++++ recipes/wip/tui/tui-slides/recipe.toml | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 recipes/wip/games/turdle/recipe.toml create mode 100644 recipes/wip/tools/ripgrep-all/recipe.toml create mode 100644 recipes/wip/tui/tui-slides/recipe.toml diff --git a/recipes/wip/games/turdle/recipe.toml b/recipes/wip/games/turdle/recipe.toml new file mode 100644 index 000000000..d7d1fb963 --- /dev/null +++ b/recipes/wip/games/turdle/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/weiteck/turdle" +[build] +template = "cargo" diff --git a/recipes/wip/tools/ripgrep-all/recipe.toml b/recipes/wip/tools/ripgrep-all/recipe.toml new file mode 100644 index 000000000..1641ebefa --- /dev/null +++ b/recipes/wip/tools/ripgrep-all/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/phiresky/ripgrep-all" +[build] +template = "cargo" diff --git a/recipes/wip/tui/tui-slides/recipe.toml b/recipes/wip/tui/tui-slides/recipe.toml new file mode 100644 index 000000000..63707f657 --- /dev/null +++ b/recipes/wip/tui/tui-slides/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Chleba/tui-slides" +[build] +template = "cargo" -- GitLab