Files
tldr/pages/linux/namcap.md
2024-09-24 21:47:18 +02:00

371 B

namcap

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

  • 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 [i]nformational messages:

namcap -i {{path/to/file}}