namcap: add page (#6722)

beep
Saikat Sengupta 2021-10-07 03:03:17 +05:30 committed by GitHub
parent 575792203c
commit 5c431cf3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/namcap.md Normal file
View File

@ -0,0 +1,16 @@
# namcap
> Check binary packages and source `PKGBUILD`s 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:
`nnamcap -i {{path/to/file}}`