Skip to content

jaltuna/arch-pkg-sanity

Repository files navigation

Arch Package Sanity

License: MIT

Checking Arch Packages sanity:

  • Check PKGBUILD
  • Check .SRCINFO
  • Check package file (*.pkg.tar.zst)

Github docker action

Use namcap to check source PKGBUILD and the binary package.

Inputs

  • package: The package name to check. Corresponds to a directory in this repository (Required)

  • warnings: The warnings thrown by namcap without affecting the package (Optional)

Example

jobs:
  arch:
    runs-on: ubuntu-latest    
    steps:
      - uses: actions/checkout@v2
      - uses: ./
        with: 
          package: "package-name"
          warnings: |
            package-name W: Dependency included and not needed
            package-name W: Others warnings

Packages

refind-theme-nord

Sanity AUR version

rEFInd theme inspired to the Nord palette

About

Checking Arch Package Sanity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published