mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 10:50:37 +00:00
Update cheatsheets
This commit is contained in:
21
linux/namcap
Normal file
21
linux/namcap
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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://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:
|
||||
|
||||
`namcap -i {{path/to/file}}`
|
||||
Reference in New Issue
Block a user