A wrapper around aur-utils to easily create AUR repositories and add/update packages in an automated fashion. All
package building takes place in a Docker container.
To run the unit tests:
cargo test --bin aur-builderTo run the integration tests:
cargo test --test '*'To run all tests:
cargo testThe integration tests involve running the Docker container to build a few packages, therefore it takes a while, and is recommended to run the unit and integration tests separately.