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

archimg/archlinux-pkgbuilder-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages