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"