Home

Awesome

GitHub Actions status | falconindy/auracle

What is Auracle?

Auracle is a command line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.

Features

Auracle has a number of actions it can perform:

Non-goals

Auracle does not currently, and will probably never:

Building and Testing

Building auracle requires:

Testing additionally depends on:

You're probably building this from the AUR, though, so just go use the PKGBUILD.

If you're hacking on auracle, you can do this manually:

$ meson setup build
$ meson compile -C build

And running the tests is simply a matter of:

$ meson test -C build