A simple pacman-like interface to the AUR
  • Perl 65.8%
  • Turing 17.6%
  • Shell 9.9%
  • Just 5.3%
  • Raku 1.4%
Find a file
max ab609fcafe
All checks were successful
CI / test (pull_request) Successful in 42s
CI / test (push) Successful in 1m10s
Release / release (push) Successful in 42s
Release / pkgbuild (push) Successful in 17s
feat: Add possibility to provide anubis cookies
2025-12-20 17:33:16 +01:00
.forgejo/workflows fix(release): rewrite workflows for Codeberg 2025-11-14 10:37:30 -05:00
bin refactor: replace lost Makefile tasks with just 2025-08-14 13:11:00 -04:00
dist feat: Add possibility to provide anubis cookies 2025-12-20 17:33:16 +01:00
doc feat: Add possibility to provide anubis cookies 2025-12-20 17:33:16 +01:00
test refactor: re-organize source directory 2025-08-14 13:11:00 -04:00
.codeclimate.yml Fix or ignore issues 2016-04-20 19:36:12 -04:00
.cramrc Add initial aurget test suite 2013-08-27 15:12:47 -04:00
.gitignore refactor: re-organize source directory 2025-08-14 13:11:00 -04:00
.releaserc.yaml fix(release): rewrite workflows for Codeberg 2025-11-14 10:37:30 -05:00
.restyled.yaml Configure shfmt 2018-11-16 15:13:30 -05:00
justfile fix: implement semantic-release 2025-08-14 13:11:00 -04:00
LICENSE Add LICENSE in source 2014-10-13 15:23:36 -04:00
README.md chore(docs): update maintenance note 2025-11-14 16:41:04 +01:00
requirements.txt fix(release): rewrite workflows for Codeberg 2025-11-14 10:37:30 -05:00

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 release
  • feat: ... to trigger a minor release
  • <type>!: or a BREAKING CHANGE: ... footer to trigger a major release

CHANGELOG | LICENSE