From 37247080fab2d3c1db857f2b83b81a1963db38d4 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 31 Jul 2025 02:03:13 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/git-tools/git-statuses/recipe.toml | 5 +++++ recipes/wip/files/hf/recipe.toml | 5 +++++ recipes/wip/net/chat/bitchat-tui/recipe.toml | 5 +++++ recipes/wip/terminal/ngrv/recipe.toml | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 recipes/wip/dev/git-tools/git-statuses/recipe.toml create mode 100644 recipes/wip/files/hf/recipe.toml create mode 100644 recipes/wip/net/chat/bitchat-tui/recipe.toml create mode 100644 recipes/wip/terminal/ngrv/recipe.toml diff --git a/recipes/wip/dev/git-tools/git-statuses/recipe.toml b/recipes/wip/dev/git-tools/git-statuses/recipe.toml new file mode 100644 index 000000000..778c3fccc --- /dev/null +++ b/recipes/wip/dev/git-tools/git-statuses/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bircni/git-statuses" +[build] +template = "cargo" diff --git a/recipes/wip/files/hf/recipe.toml b/recipes/wip/files/hf/recipe.toml new file mode 100644 index 000000000..6943199a7 --- /dev/null +++ b/recipes/wip/files/hf/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sorairolake/hf" +[build] +template = "cargo" diff --git a/recipes/wip/net/chat/bitchat-tui/recipe.toml b/recipes/wip/net/chat/bitchat-tui/recipe.toml new file mode 100644 index 000000000..01c5de945 --- /dev/null +++ b/recipes/wip/net/chat/bitchat-tui/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/vaibhav-mattoo/bitchat-tui" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/ngrv/recipe.toml b/recipes/wip/terminal/ngrv/recipe.toml new file mode 100644 index 000000000..f196674f7 --- /dev/null +++ b/recipes/wip/terminal/ngrv/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sorairolake/ngrv" +[build] +template = "cargo"