Find a file
ptrcnull f1ab30b1c8
All checks were successful
/ build-x86_64 (push) Successful in 2m16s
meta: add forgejo workflow
2024-11-23 23:08:49 +01:00
.forgejo/workflows meta: add forgejo workflow 2024-11-23 23:08:49 +01:00
ptrcports meta: move all alpine packages into ptrcports/ 2024-11-23 22:35:16 +01:00
.drone.yml meta: add armv7 builder 2022-01-18 15:30:56 +01:00
.gitignore meta: add .gitignore 2022-03-22 23:56:53 +01:00
.gitlab-ci.yml meta: add tags to jobs 2023-06-04 02:35:37 +02:00
README meta: enable all architectures 2023-05-03 03:41:54 +02:00

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.ptrc.gay/ptrcnull/ptrcports,
currently the main supported architectures are x86_64 and aarch64,
but most packages are being built for all Alpine edge architectures.

Adding into your system (as root):
echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories
apk add --update --allow-untrusted ptrcports-keys@ptrc

After that, you can add packages via `apk add package-name@ptrc`.