Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asm0dey/aur-tester
- Owner: asm0dey
- License: mit
- Created: 2018-08-26T22:08:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:56:43.000Z (11 months ago)
- Last Synced: 2024-10-10T18:27:41.852Z (29 days ago)
- Topics: arch, aur, docker, docker-image
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```