Skip to content

kdwinter/aurb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Aurb

A very minimalistic AUR (Archlinux User Repository) utility.

Aurb can download packages, search packages, and look for updates on the AUR. It can not automatically upgrade AUR packages.

Installation

$ mv /path/to/aurb.rb ~/.bin/aurb # or anywhere else in your $PATH
$ chmod +x ~/.bin/aurb

Configuration

On first run, aurb will create a default configuration file at $HOME/.config/aurb/aurb.conf.

Usage

Download packages:

$ aurb download i3-gaps i-nex

By default, this will save the package to $HOME/AUR. Edit save_path in the config file to modify this.

Download and install packages:

$ aurb install i3-gaps

Search for packages:

$ aurb search firefox

Print all available info for given packages:

$ aurb info aurbuild

Look for upgrades to local packages you have ever installed from the AUR:

$ aurb updates

License

See LICENSE.

About

An AUR (Arch User Repository) utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages