Find a file
ptrcnull 4b66cb50d3
Some checks failed
/ build-x86_64 (push) Failing after 19s
meta: add forgejo workflow
2024-11-23 21:54:27 +01:00
.forgejo/workflows meta: add forgejo workflow 2024-11-23 21:54:27 +01:00
alpine meta: move all alpine packages into alpine/ 2024-11-23 21:41:07 +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`.