Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asm0dey/aur-tester

Image for testing Arch packages which should be published in AUR
https://github.com/asm0dey/aur-tester

arch aur docker docker-image

Last synced: 8 days ago
JSON representation

Image for testing Arch packages which should be published in AUR

Awesome Lists containing this project

README

        

# aur-tester [![](https://images.microbadger.com/badges/image/asm0dey/aur-tester.svg)](https://microbadger.com/images/asm0dey/aur-tester "Get your own image badge on microbadger.com")
Image for testing Arch packages which should be published in AUR

## Usage

It's very simple:
in directory, where your `PKGBUILD` is stored, you should run

```shell
docker run -v "$PWD":/pkg asm0dey/aurtester
```