Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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