1
0
Fork
You've already forked alpirepo
0
Custom AlpineLinux Repository. Backports some packages from edge to the latest stable branch of alpine.
Dominic 56a5353075
Some checks failed
Alpine / Backport testing/hedgedoc for x86_64 (push) Successful in 2m41s
Alpine / Backport community/forgejo-runner for x86_64 (push) Successful in 1m44s
Alpine / Backport testing/hedgedoc for aarch64 (push) Successful in 3m40s
Alpine / Backport testing/py3-jaraco.logging py3-jaraco.stream py3-irc heisenbridge for x86_64 (push) Successful in 1m9s
Alpine / Backport community/forgejo for x86_64 (push) Successful in 6m3s
Alpine / Backport testing/py3-cryptg py3-tulir-telethon mautrix-telegram for x86_64 (push) Failing after 1m14s
Alpine / Backport community/forgejo for aarch64 (push) Successful in 5m58s
Alpine / Backport community/forgejo-runner for aarch64 (push) Successful in 1m26s
Alpine / Backport testing/py3-jaraco.logging py3-jaraco.stream py3-irc heisenbridge for aarch64 (push) Successful in 1m39s
Alpine / Backport testing/py3-cryptg py3-tulir-telethon mautrix-telegram for aarch64 (push) Failing after 1m56s
don't fail when the package repo (version) doesn't exist
2026年06月13日 20:54:39 +02:00
.forgejo/workflows don't fail when the package repo (version) doesn't exist 2026年06月13日 20:54:39 +02:00
README.md add how to install section to readme 2026年01月18日 16:11:23 +01:00

alpirepo

Custom AlpineLinux Repository. Backports some packages from edge to the latest stable branch of alpine.

How to Install

curl -JO https://codeberg.org/api/packages/msrd0/alpine/key
sudo mv msrd0@*.rsa.pub /etc/apk/keys/
echo "https://codeberg.org/api/packages/msrd0/alpine/v$(. /etc/os-release && echo $VERSION_ID | tr '.' ' ' | awk '{ print 1ドル "." 2ドル }')/$(apk --print-arch)" | sudo tee -a /etc/apk/repositories

How to add packages

This is a personal repository, so it is very unlikely that I will merge any pull requests besides my own. So, the first step to adding packages is likely forking this repository to host your own repository. Then, edit .forgejo/workflows/alpine.yml and add your package to the jobs.backport.strategy.matrix.pkg array.