Skip to content

eyenx/docker-aurbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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