20.x_exec
Build/Download execution (TYPE: ENFORCED)
Core Fields
x_exec:
shell: "bash"
pkgver: |
# Commands to fetch version (output only the version string)
curl -qfsSL "https://api.github.com/repos/owner/repo/releases/latest" | jq -r '.tag_name'
run: |
# Commands to build/download the package
# Output must be placed in ${SBUILD_OUTDIR}Optional Fields
arch
os
host
conflicts
depends
entrypoint
Last updated