Add mention of namcap.

This commit is contained in:
David Campbell
2025-05-10 14:33:30 -04:00
parent 6ea9720f90
commit 244d4f2980

View File

@@ -51,6 +51,12 @@ If you wish, you can now run `makepkg` to ensure that your package actually buil
==> Finished making: cargo-aur-bin 1.0.0-1 (Wed 10 Jun 2020 08:23:47 PM PDT)
```
You can also run `namcap` to verify your package doesn't have errors.
```sh
> namcap *.zst
```
Notice that the built package itself is postfixed with `-bin`, which follows the
AUR standard.