0.0
No commit activity in last 3 years
No release in over 3 years
An AUR utility written in Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

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.