No longer maintained, use aurutils instead, it's way better
A basic AUR helper written in less than 200 lines of bash code
Most AUR helpers attempt to act like pacman in many ways, which some people don't really like (like myself). At the same time, many AUR helpers are also very complex, making editing them a nightmare.
Clyde attempts to fix this by acting as a simple bash script that can easily be extended but also act completely different from pacman to reinforce the fact that the AUR is a different set of repos.
First install community/jq
with pacman, that's Clyde's main dependency
sudo pacman -S jq
Then Just add the bash script to your path, it's that easy.
Alternatively, you can use the AUR package, clyde-aur-git
, which handles dependencies
install
/ins
: Install a packageyeet
/remove
/rm
: Remove a packageupgrade
/upg
: Upgrade either all AUR packages or just the specified onehelp
: help
So simple, I know