From e4765ea432b76cf12661d9752d17cbbe3e7e377a Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 27 Apr 2022 05:57:19 +0000 Subject: [PATCH] meta: add README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..880393f --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +Hi! + +This is an Alpine Linux repository of random packages I find useful, but +not quite fitting into the official aports repo. + +All the stuff here is built from https://git.ddd.rip/ptrcnull/ptrcports, +currently the main supported architectures are x86_64 and aarch64. + +Adding into your system (as root): +echo "@ptrc https://repo.ptrc.pl/ptrcports" >> /etc/apk/repositories +apk add --update --allow-untrusted ptrcports-keys@ptrc + +After that, you can add packages via `apk add package-name@ptrc`.