/aur

This repository will host some PKGBUILD I will be working on.

Primary LanguageShell

Vianney's Arch Packages

Package sources for all the PKGBUILD I maintain, co-maintain, or unofficially host modified versions of on my own package repository for my personal use, some of them forked from aur.archlinux.org at some point.

AVR Package Repository

To use AVR, first add my GPG key to your Pacman keyring:

pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 157B08346330029C
pacman-key --lsign-key 157B08346330029C

Then add the following repository configuration to your pacman.conf after the [community] repository.

[avr]
Server = https://bouchaud.org/packages/$repo/$arch

Builds

As previously stated, packages from this repository (most of them) are added to my unoffical repository AVR. I use a script packaged as aurbuild to ease this chore, though I should probably setup a github action to do so at some point.

Credits

Maintained using aurpublish.

Readme shamelessly adapted from alerque's own aur repository.