Skip to content

Build Archlinux package

Actions
Build Archlinux package
v0.0.2
Latest
By vufa
Star (13)

arch-makepkg-action

Build Status Docker pulls License

This create a package using the PKGBUILD on the root of the repository

Usage

steps:
- name: Build archlinux package
  uses: vufa/arch-makepkg-action@master
  with:
    repos: >
      exampleRepo=http://example.org/repos/$repo/$arch
    before: "echo hello"
    packages: >
      p7zip
      wine
    scripts: "makepkg"

Then you can upload the artifact with your package name and version specified on the PKGBUILD

Real-world applications

License

The scripts and documentation in this project are released under the MIT License

Build Archlinux package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build Archlinux package
v0.0.2
Latest
By vufa

Build Archlinux package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.