--------- pkgbuilds --------- This is my personal collection of packaging files for Arch Linux (PKGBUILDS). Usage ----- Just clone this repository and run these commands to install : cd pkgbuilds/ makepkg -si This will install all needed dependencies (-s), build the package and install (-i) it. You can remove the package with this command: pacman -Rsn This will remove (-R) the package including the dependencies (-s) and all configuration files (-n).