snippetbashTip
namcap — Check binary packages and source `PKGBUILD`s for common packaging mistakes. More information: <https
Viewed 0 times
commandandsourceclicheckbinarynamcappackages
linux
Problem
How to use the
namcap command: Check binary packages and source PKGBUILDs for common packaging mistakes. More information: <https://manned.org/namcap>.Solution
namcap — Check binary packages and source PKGBUILDs 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}}Code Snippets
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}}Context
tldr-pages: linux/namcap
Revisions (0)
No revisions yet.