Ember is a minimal AUR helper written in Ruby. It allows you to easily install, update, search, and remove AUR packages with a simple command-line interface.
install Ember via the PKGBUILD:
git clone https://github.com/xkikiyaa/ember.git
cd ember/
makepkg -siThis will build and install Ember
Once installed, you can use emb to manage AUR packages.
Update system packages
embInstall an AUR package
emb ins <package_name>Remove an installed package
emb rm <package_name>Search for AUR packages
emb search <package>Ember uses a temporary folder to clone and build AUR packages:
~/.ember/tmp/This folder is automatically cleaned after installation