aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-checksum.1
blob: bfced46752f96ffa257b1489408ce6cade8149ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.Dd Feb 25, 2021
.Dt cpt-checksum 1
.Sh NAME
.Nm cpt-checksum
.Nd generate checksums
.Sh SYNOPSIS
.Nm
.Op Fl s
.Op Ar package...
.Sh DESCRIPTION
.Nm
lints a package, downloads the sources, and creates a file named
.Sq checksums
which includes the
.Em BLAKE3
digests of the sources. If no
.Ar package
is specified,
.Nm
will generate checksums assuming the working directory as the package.
.Pp
If the
.Fl s
flag is given,
.Nm
will generate checksums using the
.Em SHA256
algorithm.
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
.Sh LICENSE
See LICENSE for copyright information.
.Sh SEE ALSO
.Xr cpt 1