eyenx / docker-aurbuilder

Build your AUR Packages in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build your AUR Packages in a container

License:GNU General Public License v3.0


Languages

Language:Shell 56.5%Language:Dockerfile 43.5%