1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/namcap.md
2021-12-25 22:38:17 +00:00

382 B

namcap

Check binary packages and source PKGBUILDs for common packaging mistakes. More information: https://man.archlinux.org/man/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}}