Skip to content

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

License

Notifications You must be signed in to change notification settings

mxmilkiib/aur-av-bin

 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.1%
  • Dockerfile 15.9%