diff --git a/recipes/wip/dev/uv/recipe.toml b/recipes/wip/dev/uv/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f49fd26a50055d0562bd36f7591d85c6930565e9 --- /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 0000000000000000000000000000000000000000..3de4f77c2271d20b7efc5ffb49996b69cb86a21f --- /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 0000000000000000000000000000000000000000..0906ec076c04d3e7fd187cfd15d92d98a478ef3d --- /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", +]