menci/Build Arch Linux Package

Build Archlinux / Manjaro package with Docker, auto resolve AUR dependencies, for AMD64 or ARM64

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docker-imageThe Docker Image used to build the packages. Recommended are "menci/aur-builder-archlinux:latest", "menci/aur-builder-manjaro:latest".nomenci/aur-builder-archlinux:latest
platformThe platform (architecture) to build. Possible values are "linux/amd64" and "linux/arm64".nolinux/amd64
pkgbuild-directoryThe directory containing PKGBUILD and other files required.yes
extra-build-dependenciesExtra build dependencies to install before building.no""
repo-urlYour repo's URL. If specfied, the existence of the target package (with target version) will be tested by HEADing the URL <repo-url>/<package-file>.no""
force-rebuildDon't check if the existence of the target package even if `repo-url` option is specfied.nofalse
target-directoryThe target directory (on GitHub Action runner) to put the built package files to.yes
packagerThe value of "Packager" field of built package.nohttps://github.com/Menci/build-aur-package
build-log-fileThe file path to save the build log.no/dev/null
namedescription
skippedIndicate if the build is skipped since the package already exists in the repo.