mxmilkiib / aur-av-bin

Binary package repository for AV software from the AUR for Arch and Arch-derived Linux distributions.

Home Page:https://aur.archlinux.org

Repository from Github https://github.commxmilkiib/aur-av-binRepository from Github https://github.commxmilkiib/aur-av-bin

aur-av-bin

aur-av-bin is driven by aurci, which uses Travis CI to build binary Arch Linux packages from AUR entries and deploy them to GitHub Releases which can be used through pacman by adding a repository in pacman.conf.

How to use the repository on your machine

To use the aur-av-bin project as custom repository in your Arch Linux or Arch-desived distro install, add the following to the end of the /etc/pacman.conf file:

[aur-av-bin]
SigLevel = Optional TrustAll
Server = https://github.com/mxmilkb/aur-av-bin/releases/download/repository

Then on the command line:

pacman -Sy            # Refresh package database.
pacman -Sl aur-av-bin # Show packages in repository.
pacman -S {package}   # Install a package.

NOTE: The list of currently maintained packages could change at any moment, though probably won't.

About

Binary package repository for AV software from the AUR for Arch and Arch-derived Linux distributions.

https://aur.archlinux.org

License:European Union Public License 1.2


Languages

Language:Shell 84.1%Language:Dockerfile 15.9%