diff --git a/Cargo.toml b/Cargo.toml index 8810b9f..d54f6be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "pacwoman" version = "1.0.0" edition = "2024" +description = "Alternate client for arch linux package repositories" +license = "GPL-3.0-or-later" +homepage = "https://git.verygay.fyi/ArthurB/pacwoman" +repository = "https://git.verygay.fyi/ArthurB/pacwoman" [[bin]] name = "pacwoman-bin" diff --git a/README.md b/README.md index d5e351d..3fc91c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # pacwoman -cross-platform arch linux repo client \ No newline at end of file +pacwoman is an alternate client for arch linux package repositories. you can add any mirror, repo, and download and install packages. it will also verify GPG signatures. similar to nix, it hashes everything. it symlinks all files from installed packages into /pacwoman/bin or /pacwoman/user/(user name)/bin. \ No newline at end of file