Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/aurget

A simple pacman-like interface to the AUR
https://github.com/pbrisbin/aurget

Last synced: 2 months ago
JSON representation

A simple pacman-like interface to the AUR

Awesome Lists containing this project

README

        

**NOTE**: This project is not actively maintained. I'm happy to accept PRs and
cut releases, but I am no longer working on it. See https://github.com/pbrisbin/aurget/issues/66.

# Aurget

A safe and simple, pacman-like interface to the AUR.

## Installation

Study the Arch [wiki][], then manually build and install [aurget][].

[wiki]: https://wiki.archlinux.org/index.php/AUR
[aurget]: https://aur.archlinux.org/packages/aurget/

## Usage

```console
aurget --help
man 1 aurget
man 5 aurgetrc
```

### Development & Testing

Install cram: https://aur.archlinux.org/packages/cram/

```
make test
```

---

[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)