Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
triangle

GitHub Action

Arch Linux PKGBUILD builder action

v1.3

Arch Linux PKGBUILD builder action

triangle

Arch Linux PKGBUILD builder action

Builds an validates PKGBUILD definition

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Arch Linux PKGBUILD builder action

uses: 2m/arch-pkgbuild-builder@v1.3

Learn more about this action in 2m/arch-pkgbuild-builder

Choose a version

Arch Linux PKGBUILD builder action

This action builds an validates PKGBUILD definition.

Inputs

target

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

pkgname

The pkgname of the package to be validated. Required for the pkgbuild target.

Example usage

uses: 2m/arch-pkgbuild-builder@v1
with:
  target: 'pkgbuild'
  pkgname: 'ucm-bin'

uses: 2m/arch-pkgbuild-builder@v1
with:
  target: 'srcinfo'