From b111f920518d9c618d597167da0564e4fa29927d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 17 Feb 2024 16:38:41 +0100 Subject: [PATCH] add missing metadata --- Cargo.toml | 2 +- src/uu/chacl/Cargo.toml | 8 +++++++- src/uu/getfacl/Cargo.toml | 8 ++++++++ src/uu/setfacl/Cargo.toml | 10 ++++++++-- src/uu/setfacl/setfacl.md | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9badf7..35e25e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "acl" version = "0.0.1" authors = ["uutils developers"] license = "MIT" -description = "acl ~ GNU acl (updated); implemented as universal (cross-platform) utils, written in Rust" +description = "acl ~ GNU acl; implemented as universal (cross-platform) utils, written in Rust" default-run = "acl" homepage = "https://github.com/uutils/acl" diff --git a/src/uu/chacl/Cargo.toml b/src/uu/chacl/Cargo.toml index 3f0d73a..894639d 100644 --- a/src/uu/chacl/Cargo.toml +++ b/src/uu/chacl/Cargo.toml @@ -2,8 +2,14 @@ name = "uu_chacl" version = "0.0.1" edition = "2021" +authors = ["uutils developers"] +license = "MIT" +description = "chacl ~ (uutils) Change the access control list of a file or directory" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +homepage = "https://github.com/uutils/acl" +repository = "https://github.com/uutils/acl/tree/main/src/uu/chacl" +keywords = ["acl", "uutils", "cross-platform", "cli", "utility"] +categories = ["command-line-utilities"] [dependencies] uucore = { workspace = true } diff --git a/src/uu/getfacl/Cargo.toml b/src/uu/getfacl/Cargo.toml index 4f0e3d6..dda72cc 100644 --- a/src/uu/getfacl/Cargo.toml +++ b/src/uu/getfacl/Cargo.toml @@ -1,6 +1,14 @@ [package] name = "uu_getfacl" version = "0.0.1" +authors = ["uutils developers"] +license = "MIT" +description = "getfacl ~ (uutils) Get file access control lists" + +homepage = "https://github.com/uutils/acl" +repository = "https://github.com/uutils/acl/tree/main/src/uu/setfacl" +keywords = ["acl", "uutils", "cross-platform", "cli", "utility"] +categories = ["command-line-utilities"] edition = "2021" [dependencies] diff --git a/src/uu/setfacl/Cargo.toml b/src/uu/setfacl/Cargo.toml index 24e7850..228f336 100644 --- a/src/uu/setfacl/Cargo.toml +++ b/src/uu/setfacl/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "uu_setfacl" version = "0.0.1" -edition = "2021" +authors = ["uutils developers"] +license = "MIT" +description = "setfacl ~ (uutils) Set file access control lists" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +homepage = "https://github.com/uutils/acl" +repository = "https://github.com/uutils/acl/tree/main/src/uu/setfacl" +keywords = ["acl", "uutils", "cross-platform", "cli", "utility"] +categories = ["command-line-utilities"] +edition = "2021" [dependencies] uucore = { workspace = true } diff --git a/src/uu/setfacl/setfacl.md b/src/uu/setfacl/setfacl.md index 9ad6de4..3e60d83 100644 --- a/src/uu/setfacl/setfacl.md +++ b/src/uu/setfacl/setfacl.md @@ -5,4 +5,4 @@ setfacl [-bkndRLPvh] [{-m|-x} acl_spec] [{-M|-X} acl_file] file ... setfacl --restore={file|-} ``` -set file access control lists +Set file access control lists