--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # namcap > Check binary packages and source `PKGBUILD`s for common packaging mistakes. > More information: . - 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}}`