diff --git a/pages/linux/namcap.md b/pages/linux/namcap.md new file mode 100644 index 000000000..8899ed544 --- /dev/null +++ b/pages/linux/namcap.md @@ -0,0 +1,16 @@ +# namcap + +> Check binary packages and source `PKGBUILD`s for common packaging mistakes. +> More information: . + +- 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}}`