Skip to content

fufesou/arch-makepkg-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github action for building archlinux packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.3%
  • Shell 32.7%