/pkgbuild-aur

Build Specific Arch Linux Package in Docker

Primary LanguageShellMIT LicenseMIT

pkgbuild-aur action

Example usage

uses: zjuyk/pkgbuild-aur@master
with:
  pkg-name: wps-office

Tips

use matrix to build multi pkgs

strategy:
  matrix:
    pkgs: [ wps-office, ttf-wps-fonts ]

steps:
  - uses: zjuyk/pkgbuild-aur@master
    with:
      pkg-name: ${{ matrix.pkgs }}

To satisfy the aurpublish you should add PKGBUILD and .SRCINFO to a directory with the same name of pkgname