Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyenx/docker-aurbuilder
Build your AUR Packages in a container
https://github.com/eyenx/docker-aurbuilder
Last synced: 10 days ago
JSON representation
Build your AUR Packages in a container
- Host: GitHub
- URL: https://github.com/eyenx/docker-aurbuilder
- Owner: eyenx
- License: gpl-3.0
- Created: 2020-05-01T09:21:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T06:48:17.000Z (over 1 year ago)
- Last Synced: 2023-04-27T07:33:42.483Z (over 1 year ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-aurbuilder
![](https://github.com/eyenx/docker-aurbuilder/workflows/build%20image/badge.svg)Build your AUR Packages in a container and update your custom repo with repo-add
Accomplished with [auracle-git](https://aur.archlinux.org/packages/auracle-git/)
This is mainly used for [my personal user repository](https://aur.eyenx.ch)
## Volumes
```
/export # for exporting the *.pkg.tar.xz
```## Variables
```
AUR_BASE=https://aur.archlinux.org/cgit/aur.git/snapshot
EXPORT=/export # export path
ADD_GPG_KEYS="" # additional GPG-Keys to load
REPONAME=aur # reponame, used for generation of reponame.db.tar.gz, repo-add is run if this is set
```## TODO
* clean up old pkgs
* custom gpg signing of built pkgs