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>
If you want to contribute back some new feature you need to:
master
from your personal repository: git checkout master && git pull
git checkout -b my-feature