From 060a677d0c16be20cd20f705e114314eccf243ec Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 4 Apr 2026 10:42:36 -0300 Subject: [PATCH] Add more uutils recipes --- recipes/wip/rs/uutils-acl/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-bsdutils/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-hostname/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-login/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-procps/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-sed/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-tar/recipe.toml | 6 ++++++ recipes/wip/rs/uutils-util-linux/recipe.toml | 6 ++++++ 8 files changed, 48 insertions(+) create mode 100644 recipes/wip/rs/uutils-acl/recipe.toml create mode 100644 recipes/wip/rs/uutils-bsdutils/recipe.toml create mode 100644 recipes/wip/rs/uutils-hostname/recipe.toml create mode 100644 recipes/wip/rs/uutils-login/recipe.toml create mode 100644 recipes/wip/rs/uutils-procps/recipe.toml create mode 100644 recipes/wip/rs/uutils-sed/recipe.toml create mode 100644 recipes/wip/rs/uutils-tar/recipe.toml create mode 100644 recipes/wip/rs/uutils-util-linux/recipe.toml diff --git a/recipes/wip/rs/uutils-acl/recipe.toml b/recipes/wip/rs/uutils-acl/recipe.toml new file mode 100644 index 000000000..36dfd0383 --- /dev/null +++ b/recipes/wip/rs/uutils-acl/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/acl" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-bsdutils/recipe.toml b/recipes/wip/rs/uutils-bsdutils/recipe.toml new file mode 100644 index 000000000..7e9b81aea --- /dev/null +++ b/recipes/wip/rs/uutils-bsdutils/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/bsdutils" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-hostname/recipe.toml b/recipes/wip/rs/uutils-hostname/recipe.toml new file mode 100644 index 000000000..89a6886fd --- /dev/null +++ b/recipes/wip/rs/uutils-hostname/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/hostname" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-login/recipe.toml b/recipes/wip/rs/uutils-login/recipe.toml new file mode 100644 index 000000000..2103090dd --- /dev/null +++ b/recipes/wip/rs/uutils-login/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/login" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-procps/recipe.toml b/recipes/wip/rs/uutils-procps/recipe.toml new file mode 100644 index 000000000..fc936169b --- /dev/null +++ b/recipes/wip/rs/uutils-procps/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/procps" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-sed/recipe.toml b/recipes/wip/rs/uutils-sed/recipe.toml new file mode 100644 index 000000000..fa4827bcc --- /dev/null +++ b/recipes/wip/rs/uutils-sed/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/sed" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-tar/recipe.toml b/recipes/wip/rs/uutils-tar/recipe.toml new file mode 100644 index 000000000..6e67b6bbb --- /dev/null +++ b/recipes/wip/rs/uutils-tar/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/tar" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/rs/uutils-util-linux/recipe.toml b/recipes/wip/rs/uutils-util-linux/recipe.toml new file mode 100644 index 000000000..5a9e77bba --- /dev/null +++ b/recipes/wip/rs/uutils-util-linux/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/uutils/util-linux" +shallow_clone = true +[build] +template = "cargo"