A simple pacman-like interface to the AUR
- Perl 65.8%
- Turing 17.6%
- Shell 9.9%
- Just 5.3%
- Raku 1.4%
| .forgejo/workflows | ||
| bin | ||
| dist | ||
| doc | ||
| test | ||
| .codeclimate.yml | ||
| .cramrc | ||
| .gitignore | ||
| .releaserc.yaml | ||
| .restyled.yaml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
Important
This project is not actively maintained. I'm happy to accept PRs and cut releases, but I am no longer working on it. See #1.
Aurget
A safe and simple, pacman-like interface to the AUR.
Installation
Study the Arch wiki, then manually build and install aurget.
Usage
aurget --help
man 1 aurget
man 5 aurgetrc
Development & Testing
Install cram: https://aur.archlinux.org/packages/cram/
just test
Release
To trigger automated release, push a conventionally-formatted commit to
main. In short,
fix: ...to trigger a patch releasefeat: ...to trigger a minor release<type>!:or aBREAKING CHANGE: ...footer to trigger a major release