1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:55:23 +02:00
tldr/pages/linux/namcap.md

17 lines
380 B
Markdown
Raw Normal View History

2021-10-07 03:03:17 +05:30
# namcap
> Check binary packages and source `PKGBUILD`s for common packaging mistakes.
> More information: <https://manned.org/namcap>.
2021-10-07 03:03:17 +05:30
- 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:
2021-10-07 03:03:17 +05:30
`namcap {{[-i|--info]}} {{path/to/file}}`