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"