/magikarp-arch

Magikarp Repository for Arch Linux building AUR packages. (using aurci2)

MIT LicenseMIT

aurci2

This repository uses the github action kopp/build-aur-packages to build AUR packages and provide the built packages as release.

Use this Repository with pacman

You can use these packages by adding the following to your /etc/pacman.conf:

[aurci2]
SigLevel = Optional TrustAll
Server = https://github.com/kopp/aurci2/releases/download/aurci2

Build your own packages

Should you want to setup a similar repository for you, you can easily do so.

  1. Fork this repository.
  2. Modify the packages to be built in the file .github/workflows/build_repository.yaml (symlinked for convenience to build_repository.yaml).
  3. In the Actions tab, enable the actions.