/aurpkg

Installable via aur at https://aur.archlinux.org/packages/aurpkg/

Primary LanguageShellGNU General Public License v3.0GPL-3.0

aurpkg

A simple and light automated installer for AUR packages.

Installing / Updating

aurpkg can now be easily installed from AUR:

# git clone --depth=1 https://aur.archlinux.org/aurpkg.git
# cd aurpkg
# makepkg -s
# pacman -U $(ls | grep '.tar.xz')

Uninstalling

To uninstall aurpkg you can use pacman just like with any other package:

# pacman -R aurpkg

Type `aurpkg -h` to get help.