From ba49d0213b06f718009c96c97c2f8adfa231a171 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 15 Mar 2024 12:10:43 +0000 Subject: [PATCH] add recipes --- recipes/wip/net/slumber/recipe.toml | 5 +++++ recipes/wip/tools/rfz/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/net/slumber/recipe.toml create mode 100644 recipes/wip/tools/rfz/recipe.toml diff --git a/recipes/wip/net/slumber/recipe.toml b/recipes/wip/net/slumber/recipe.toml new file mode 100644 index 000000000..c2e814601 --- /dev/null +++ b/recipes/wip/net/slumber/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LucasPickering/slumber" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rfz/recipe.toml b/recipes/wip/tools/rfz/recipe.toml new file mode 100644 index 000000000..51e93ca1e --- /dev/null +++ b/recipes/wip/tools/rfz/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/MangoTzara/rfz" +[build] +template = "cargo" -- GitLab