aurdeploy Build Status

Usage

Once the repository is set and packages were deployed, add it as source in your system /etc/pacman.conf:

[aurdeploy]
SigLevel = Optional TrustAll
Server = https://github.com/archlive/$repo/releases/download/$arch

From now on you are ready to install / update / remove / list packages in it:

# Update the system:
pacman -Syu

# List packages in repository:
pacman -Sl aurdeploy

# Install a package:
pacman -S <package_name>

Contributions

If you want to contribute back some new feature you need to: