diff --git a/recipes/wip/games/turdle/recipe.toml b/recipes/wip/games/turdle/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d7d1fb963a18705a56087b6f1eef3926c9a236ee --- /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 0000000000000000000000000000000000000000..1641ebefad2e06a71f6b71871662c37144e850a8 --- /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 0000000000000000000000000000000000000000..63707f65795f663a4468487896a1f5d9a98090a8 --- /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"