Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 761 Bytes

Archlinux pkgbuilder

Build packages inside clean docker environment with makepkg.

Usage

docker run \
  --rm \
  -v $(pwd)/package:/pkg \
  -e DEP_PKGS="<space-separated list of dependencies>" \
  archimg/archlinux-pkgbuilder

Optional options

  • Add -e MIRROR_URL='<mirror url>' with your individual mirror, which fits best.
  • Add -e DEP_PKGS='<space-separated list of dependencies>'
  • Passing options do makepkg can be done easily by appending options to the docker run call at the end. E.g: docker run [......] archimg/archlinux-pkgbuilder --geninteg

TODO

  • Support for additional pacman-repositories
  • Automatic installation of dependencies without the need for DEP_PKGS
  • support for individual makepkg.conf