edlanglois/Makepkg Build and Check (Unmaintained)
Build and check a PKGBUILD package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 17, 2024
- License
- MIT
Pinned Snippet
uses: edlanglois/pkgbuild-action@7c3f37eb6ce726f4c3a7d0df5865d0d176f08825 # v1.1.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pkgdir | Relative path to directory containing the PKGBUILD file. | no | . |
| aurDeps | Support AUR dependencies if nonempty. | no | "" |
| namcapDisable | Disable namcap checks if nonempty. | no | "" |
| namcapRules | A comma-separated list of rules for namcap to run. | no | "" |
| namcapExcludeRules | A comma-separated list of rules for namcap not to run. | no | "" |
| makepkgArgs | Additional arguments to pass to makepkg. | no | "" |
Outputs
| name | description |
|---|---|
| pkgfile0 | Filename of the first generated package archive. Usually only one. |
| pkgfile1 | Filename of the 2nd generated package archive, etc. |