Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbrisbin/aurget
- Owner: pbrisbin
- License: gpl-2.0
- Created: 2010-12-23T17:52:49.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T19:10:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T11:46:20.043Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 429 KB
- Stars: 69
- Watchers: 9
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)