Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 724 Bytes

docker-aurbuilder

Build your AUR Packages in a container and update your custom repo with repo-add

Accomplished with auracle-git

This is mainly used for my personal user repository

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