Skip to content

imlonghao/generate-srcinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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@v2
        with:
          name: pkgname-${{ github.run_id }}
          path: ${{ steps.build-package.outputs.pkgfile }}

About

Generate `.SRCINFO`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 56.7%
  • Dockerfile 43.3%