From c09a583daceaa292ec37d22086ba69570883a799 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 31 Dec 2023 21:05:13 +0000 Subject: [PATCH] new recipes --- recipes/wip/havn/recipe.toml | 5 +++++ recipes/wip/netscanner/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/havn/recipe.toml create mode 100644 recipes/wip/netscanner/recipe.toml diff --git a/recipes/wip/havn/recipe.toml b/recipes/wip/havn/recipe.toml new file mode 100644 index 000000000..ea1e8e55f --- /dev/null +++ b/recipes/wip/havn/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mrjackwills/havn" +[build] +template = "cargo" diff --git a/recipes/wip/netscanner/recipe.toml b/recipes/wip/netscanner/recipe.toml new file mode 100644 index 000000000..8a5e2d7ef --- /dev/null +++ b/recipes/wip/netscanner/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Chleba/netscanner" +[build] +template = "cargo" -- GitLab