Closed

Description
Feature Description
I would like to add new package registry with arch linux packages to gitea. I've seen the implementation of other package registries, with arch linux pacman it's quite different.
To get complete working pacman registry with arch linux packages you have to mount file server with directory containing package archives, signatures and database.
Contribution plan:
- Add env varialbe, that allows to enable pacman package registry, this command will install
pacman
utility withapk
for system calls and further actions. - Add new public directory containng pacman packages, signatures and database files.
- Add another package-related information (info/login/etc).
Let me know if i could work on that feature.
Thank you!
Screenshots
No response