qnixsynapse / docker-arch-build-aur

Build AUR packages (useful for building *-bin packages via Travis / Shippable)

Home Page:https://hub.docker.com/r/maximbaz/arch-build-aur/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Build AUR packages

The following command will download AUR package and build it:

$ docker pull maximbaz/arch-build-aur
$ docker run --rm -v $(pwd):/pkg maximbaz/arch-build-aur /bin/bash -c '/build-aur <package>'

Build PKGBUILD

The following command will build local PKGBUILD file (must reside in a folder mounted to /build):

$ docker pull maximbaz/arch-build-aur
$ docker run --rm -v $(pwd):/pkg -v $(pwd):/build maximbaz/arch-build-aur /bin/bash -c '/build-pkgbuild'

Compiled package location

The binary will be placed in the /pkg folder, which in the example above is mounted to the current directory on the host.


About

Build AUR packages (useful for building *-bin packages via Travis / Shippable)

https://hub.docker.com/r/maximbaz/arch-build-aur/

License:MIT License


Languages

Language:Shell 77.2%Language:Dockerfile 22.8%