Aura

From wikinotes

An automated arch AUR package manager written in haskell.
Sadly, no code review.

Documentation

github https://github.com/fosskers/aura
official docs https://fosskers.github.io/aura/security.html

Locations

/etc/aura.conf config
/var/cache/arua/vcs/* extracted packages

Install

pacaur -S aura-bin

Usage

pacman commands are wrapped without any changes.

aura -Syu     # update packages

AUR commands are prefixed with -A.

# package management
aura -As       # search packages
aura -A $PKG   # install package
aura -Au       # upgrade all packages

# package review
aura -Ap $PKG  # show PKGBUILD
aura -Ad $PKG  # show dependencies
aura -Ai $PKG  # package info