another archlinux user repository helper
simple python script that searches aur by parsing the aur website, downloads the package and optionally installs it automatically
git clone https://github.com/mo-pyy/aaurh.git
cd aaurh
pip install -r requirements.txt
Move the script somewhere on your $PATH
, for example:
mv aaurh.py ~/.local/bin/aaurh
- Run
aaurh packagename
- Results will be printed, type number of desired package
- You will be asked to view the
PKGBUILD
, type y or n - If you viewed the
PKGBUILD
you will be asked ifmakepkg -si
should be automatically run, type y or n