From 2458a4ecd44f8ec3afddad0d2f1f19c08d19b65c Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 06:50:39 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-tools/crunch/recipe.toml | 5 +++++ recipes/wip/net/download/kitget/recipe.toml | 5 +++++ recipes/wip/net/lan/lantun/recipe.toml | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 recipes/wip/dev/cargo-tools/crunch/recipe.toml create mode 100644 recipes/wip/net/download/kitget/recipe.toml create mode 100644 recipes/wip/net/lan/lantun/recipe.toml diff --git a/recipes/wip/dev/cargo-tools/crunch/recipe.toml b/recipes/wip/dev/cargo-tools/crunch/recipe.toml new file mode 100644 index 00000000..5eb15356 --- /dev/null +++ b/recipes/wip/dev/cargo-tools/crunch/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/liamaharon/crunch-cli" +[build] +template = "cargo" diff --git a/recipes/wip/net/download/kitget/recipe.toml b/recipes/wip/net/download/kitget/recipe.toml new file mode 100644 index 00000000..66d63e41 --- /dev/null +++ b/recipes/wip/net/download/kitget/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/adamperkowski/kitget" +[build] +template = "cargo" diff --git a/recipes/wip/net/lan/lantun/recipe.toml b/recipes/wip/net/lan/lantun/recipe.toml new file mode 100644 index 00000000..91dab841 --- /dev/null +++ b/recipes/wip/net/lan/lantun/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/maxomatic458/lantun" +[build] +template = "custom" +script = """ +cookbook_cargo_packages lantun-cli +"""