/aports

Alpine Ports - https://pkgs-alpine.connecteu.rs

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Alpine Ports

Test locally if a package can build using:

# configuration
PACKAGE_NAME=cyrus-sasl
REPOSITORY=main

# run the build
docker run --rm -P -it \
  -v$(pwd)/${REPOSITORY}:/home/builder/aports \
  --workdir /home/builder/aports/${PACKAGE_NAME} \
  --name docker-abuild alpinelinux/docker-abuild -r

License

This program is free software and is distributed under AGPLv3+ License.