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", +]