From 5c431cf3e7239c35022a62123cd5a7c37b5e75ad Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+s4ik4t@users.noreply.github.com> Date: Thu, 7 Oct 2021 03:03:17 +0530 Subject: [PATCH] namcap: add page (#6722) --- pages/linux/namcap.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/namcap.md 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}}`