git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-09-20 16:07:43 +0200
committermail_redacted_for_web 2025-09-20 16:07:43 +0200
commite1af390a755a7b77e4c920e836857f4d8b292c86 (patch)
tree8d837966d29c51f6d7c0eb3139677cbd8d601dc7 /README.md
downloadlirion-apt-keyring-e1af390a755a7b77e4c920e836857f4d8b292c86.tar.bz2
Initial commitHEADv1.0.0master
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6586e80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# About
+
+Small helper to import new keyrings to /etc/apt/keyrings, i.e. to replace
+"apt-key add" by something that does adhere to the new standard.
+
+# Requirements
+
+1. GPG
+2. apt :-)
+3. ln-initfunctions, see:
+ - [Git repository](https://git.lirion.de/lirion-initfunctions/)
+ - [Debian repository](https://packages.lirion.de/deb/pool/utils/l/ln-initfunctions/)
+ - [RPM repository](https://packages.lirion.de/rpm/all/Packages/)
+ - [Arch repository](https://packages.lirion.de/arch/)
+
+# Contents
+
+## /fs
+
+Inside usr/bin, you'll find the core script.
+
+## /nfpm
+
+Setup to package the script. Work your way through the Makefiles of this repository
+to see how this works. Essentially, it uses goreleaser/nfpm.