This reposity is derived from https://github.com/rf-castle/my-arch-packages.
It contains the builded packages for Arch User Repository (AUR).
You should create a new repository for your own packages.
- Clone the repository:
git clone https://github.com/marokiki/arch-repos.git
- Add the package you want to build by git submodule:
git submodule add https://aur.archlinux.org/<package>.git packages/<package>
git submodule update --init --recursive
- Push the changes to the repository:
git add .
git commit -m "Add <package>"
git push
- GitHub Actions will build the package and upload it to the repository.
- Add the following lines to your
/etc/pacman.conf
:
[parrot]
SigLevel = Optional TrustAll
Server = https://marokiki.github.io/arch-repos/
- Update the package database:
sudo pacman -Sy
- Install the package you want:
sudo pacman -S <package>
- Add automatic package update
- A package should be updated when the upstream repository is updated
- Only updated packages should be built