From a5c6a9ca3d8c73fc0bb0af06e7d9e045ae475b53 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Mon, 10 Mar 2025 21:41:27 -0500 Subject: [PATCH] changed metadata --- Cargo.toml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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