aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-build.1
blob: d7d89e09104a953c1abc12bc99e205e89946dddb (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
35
36
37
.Dd Feb 25, 2021
.Dt cpt-build 1
.Sh NAME
.Nm cpt-build
.Nd build given packages
.Sh SYNOPSIS
.Nm cpt-build
.Op Fl tfy
.Op Fl -root Ar ROOT
.Op Fl hv
.Op Ar package...
.Sh DESCRIPTION
cpt-build will build given packages and their dependencies. If multiple packages
are specified, it will ask to install the packages as well.
.Pp
The options are as follows:
.Bl -tag -width 13n
.It Fl t , -test
Run tests (if they exist)
.It Fl f , -force
Force operation
.It Fl y , -no-prompt
Do not prompt for confirmation
.It Fl -root Ar CPT_ROOT
Use an alternate root directory
.It Fl h , -help
Show help message
.It Fl v , -version
Print version information
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
.Sh LICENSE
See LICENSE for copyright information.
.Sh SEE ALSO
.Xr cpt 1
.Xr cpt-install 1