Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 380 Bytes

namcap.md

File metadata and controls

16 lines (9 loc) · 380 Bytes

namcap

Check binary packages and source PKGBUILDs for common packaging mistakes. More information: https://manned.org/namcap.

  • Check a specific PKGBUILD file:

namcap {{path/to/pkgbuild}}

  • Check a specific package file:

namcap {{path/to/package.pkg.tar.zst}}

  • Check a file, printing extra informational messages:

namcap {{[-i|--info]}} {{path/to/file}}