ptrcports/README

15 lines
566 B
Text
Raw Normal View History

2022-04-27 05:57:19 +00:00
Hi!
This is an Alpine Linux repository of random packages I find useful, but
not quite fitting into the official aports repo.
2023-03-02 23:08:31 +00:00
All the stuff here is built from https://git.ptrc.gay/ptrcnull/ptrcports,
2023-05-03 01:41:46 +00:00
currently the main supported architectures are x86_64 and aarch64,
but most packages are being built for all Alpine edge architectures.
2022-04-27 05:57:19 +00:00
Adding into your system (as root):
2022-12-10 03:30:43 +00:00
echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories
2022-04-27 05:57:19 +00:00
apk add --update --allow-untrusted ptrcports-keys@ptrc
After that, you can add packages via `apk add package-name@ptrc`.