From 00407cd0b5bfeadadcd3df0906e20adf61c9d1e3 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 25 Feb 2024 20:34:33 +0000 Subject: [PATCH] add recipes --- recipes/wip/dev/uv/recipe.toml | 8 ++++++++ recipes/wip/games/sshattrick/recipe.toml | 5 +++++ recipes/wip/net/attractorr/recipe.toml | 8 ++++++++ 3 files changed, 21 insertions(+) create mode 100644 recipes/wip/dev/uv/recipe.toml create mode 100644 recipes/wip/games/sshattrick/recipe.toml create mode 100644 recipes/wip/net/attractorr/recipe.toml diff --git a/recipes/wip/dev/uv/recipe.toml b/recipes/wip/dev/uv/recipe.toml new file mode 100644 index 000000000..f49fd26a5 --- /dev/null +++ b/recipes/wip/dev/uv/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/astral-sh/uv" +[build] +template = "custom" +script = """ +cookbook_cargo_packages uv +""" diff --git a/recipes/wip/games/sshattrick/recipe.toml b/recipes/wip/games/sshattrick/recipe.toml new file mode 100644 index 000000000..3de4f77c2 --- /dev/null +++ b/recipes/wip/games/sshattrick/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ricott1/sshattrick" +[build] +template = "cargo" diff --git a/recipes/wip/net/attractorr/recipe.toml b/recipes/wip/net/attractorr/recipe.toml new file mode 100644 index 000000000..0906ec076 --- /dev/null +++ b/recipes/wip/net/attractorr/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rnestler/attractorr" +[build] +template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab