mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 08:41:35 +00:00
22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
---
|
|
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: <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}}`
|