pkgmeek: automatically create new signature if one is not present, similar to how footprints are handled

This commit is contained in:
2023-06-12 13:14:03 -04:00
parent b740564de5
commit 01bba80566
2 changed files with 13 additions and 5 deletions

View File

@@ -43,10 +43,13 @@ Build package without checking footprint.
Update footprint and treat last build as successful.
.TP
.B "\-us, \-\-update\-signature"
Update port signature and sha256sums.
Update port signature and sha256sums. Only needed after editing a
previously-built port, since the first build of a new port will automatically
create \fB.signature\fP in the port directory.
.TP
.B "\-cs, \-\-check\-signature"
Check the validity of Pkgfile, footprint, and sources using the signature and sha256sums.
Check the validity of Pkgfile, footprint, and sources using the signature and
sha256sums.
.TP
.B "\-is, \-\-ignore\-signature"
Build package without checking the signature and sha256sums.