/arch-pkgbuild-builder

Arch Linux PKGBUILD GitHub builder action

Primary LanguageShell

Arch Linux PKGBUILD builder action

Inputs

target

Required Validation target. Can be one of: pkgbuild, srcinfo.

pkgname

Required The pkgname of the package to be validated.

Example usage

pkguild

Verifies and builds the package.

uses: Azd325/arch-pkgbuild-builder@master
with:
  target: 'pkgbuild'
  builddir: 'gitkraken-aur'
  pkgname: 'gitkraken'

srcinfo

Verifies if the .SRCINFO is up to date with the PKGBUILD.

uses: Azd325/arch-pkgbuild-builder@master
with:
  target: 'srcinfo'
  builddir: 'gitkraken-aur'
  pkgname: 'gitkraken'

Used by

So far this action is used by the following packages: