diff --git a/recipes/wip/net/download/curlio/recipe.toml b/recipes/wip/net/download/curlio/recipe.toml new file mode 100644 index 000000000..b80fc8c60 --- /dev/null +++ b/recipes/wip/net/download/curlio/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Kei-K23/curlio" +[build] +template = "cargo" diff --git a/recipes/wip/tools/diffutils-rs/recipe.toml b/recipes/wip/tools/diffutils-rs/recipe.toml new file mode 100644 index 000000000..f6edab13e --- /dev/null +++ b/recipes/wip/tools/diffutils-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/diffutils" +[build] +template = "cargo" diff --git a/recipes/wip/tools/findutils-rs/recipe.toml b/recipes/wip/tools/findutils-rs/recipe.toml new file mode 100644 index 000000000..41790eb6b --- /dev/null +++ b/recipes/wip/tools/findutils-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/findutils" +[build] +template = "cargo"