aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9892a01f..7619a8c2 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,14 @@ Information on the repository
This repository assumes that the packages in the [cpt-base] file will be
available at all times. You might go ahead and change it, but don't post any
issues when a package fails to build because you removed a package that was
-previously in the base.
+previously in the base. Most importantly, lots of packages use the convenience
+programs provided in the [cl-utils] package in their build scripts, so if you
+want to use the packages of this repository from a separate distribution, you
+may want to consider obtaining `cl-utils` in one way or another and customise it
+for your own use.
[cpt-base]: (./core/cpt/files/cpt-base)
+[cl-utils]: (./core/cl-utils/)
All the package repositories have their own purpose:
@@ -38,11 +43,27 @@ All the package repositories have their own purpose:
- `xorg`:
packages for building the X11 display server and friends.
- `wayland`:
- packages for building wayland. (not yet stable)
+ packages for building wayland.
- `dbus`:
IRC conversation starter / dbus and packages with hard dependencies.
+Latest Release Key
+------------------
+
+Distribution releases are signed with signify, and the keys can be found on
+<https://dl.carbslinux.org/keys>. Since the keys are small, and this git
+repository also tracks my GnuPG signature, this README also provides the
+latest signify public key used to sign releases.
+
+- `carbslinux-2023.02.pub`
+
+```
+untrusted comment: Carbs Linux 2023-02 release public key
+RWTe38zmx+iyuJoZN9cgUU42OOKMjRJBvwzn0BiYrCnPFoTlboodImeL
+```
+
+
Enabling repository signing
---------------------------