diff --git a/recipes/userutils/recipe.toml b/recipes/userutils/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ec1920b8c1902fe8aaaf8cca04d15a31ac664bba --- /dev/null +++ b/recipes/userutils/recipe.toml @@ -0,0 +1,13 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/userutils.git" + +[build] +template = "custom" +script = """ +cookbook_cargo +cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc" +ln -s id "${COOKBOOK_STAGE}/bin/whoami" +chmod +s "${COOKBOOK_STAGE}/bin/passwd" +chmod +s "${COOKBOOK_STAGE}/bin/sudo" +chmod +s "${COOKBOOK_STAGE}/bin/su" +"""