This repository uses the github action
kopp/build-aur-packages
to build
AUR packages
and provide the built packages as
release.
You can use these packages by adding the following to your /etc/pacman.conf
:
[aurci2]
SigLevel = Optional TrustAll
Server = https://github.com/UjhhgtgTeams/prebuilt-aur-repository/releases/download/aurci2
Should you want to setup a similar repository for you, you can easily do so.
- Fork this repository.
- Modify the packages to be built in the file
.github/workflows/build_repository.yaml
(symlinked for convenience tobuild_repository.yaml
). - In the Actions tab, enable the actions.