mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00
16 lines
380 B
Markdown
16 lines
380 B
Markdown
# namcap
|
|
|
|
> Check binary packages and source `PKGBUILD`s 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}}`
|