Skip to content

Make the package in a minimal environment and generate `.SRCINFO`.

License

Notifications You must be signed in to change notification settings

ouuan/pkgbuild-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKGBUILD Action

Make the package in a minimal environment and generate .SRCINFO.

Inputs

path

The path to the directory containing the PKGBUILD.

archive

Use Arch Linux Archive on the specified date instead of using the latest repo.

Example value: 2023/03/20

Outputs

pkgfile

The path to the built package.

Get Started

      - name: Build Package
        uses: ouuan/pkgbuild-action@master
        id: build-package
        with:
          path: pkgname
      - name: Upload Artifacts
        uses: actions/upload-artifact@v4
        with:
          name: pkgname-${{ github.run_id }}
          path: ${{ steps.build-package.outputs.pkgfile }}

About

Make the package in a minimal environment and generate `.SRCINFO`.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published