Small script for installing packages from AUR, only for Arch Linux users.
- python 3
- git
- virtualenv
Download or clone the repo, unzip it if necessary, then cd in to the folder and run the following command:
. venv/bin/activate
./setup.py
sudo ln -s $(pwd)/venv/bin/pyaur /usr/bin/
pyaur --help To list usage information.
Original repo at https://bitbucket.org/physicalit/pyaur/src
- Install multiple packages, one after the other. - DONE
- Search for aur packages - DONE
- Uninstall package
- Create a binary and add it as release.