aboutsummaryrefslogtreecommitdiff
path: root/man/cpt-build.1
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-02-24 23:46:45 +0000
committermerakor <cem@ckyln.com>2021-02-24 23:46:45 +0000
commit88712bd6769fd416ab089e415e87965c62747962 (patch)
tree843318283aea6835e9a3542e1952243d9d31c2e7 /man/cpt-build.1
parent334515be23c3262c5bd5a084f502fe2797a01a26 (diff)
downloadcpt-88712bd6769fd416ab089e415e87965c62747962.tar.gz
update manual pages
FossilOrigin-Name: e053d099bc1dc54208956ffdae0899d8b6c5a6f60892ea5d56c1e1ebe1dbd544
Diffstat (limited to 'man/cpt-build.1')
-rw-r--r--man/cpt-build.146
1 files changed, 34 insertions, 12 deletions
diff --git a/man/cpt-build.1 b/man/cpt-build.1
index 3abd44f..d7d89e0 100644
--- a/man/cpt-build.1
+++ b/man/cpt-build.1
@@ -1,15 +1,37 @@
-.TH "cpt-build" "1" "2020-07-24" "CARBS LINUX" "General Commands Manual"
-.SH NAME
-cpt-build
-.PP
-.SH SYNOPSIS
-\fBcpt-build\fR [pkg...]
-
-.SH DESCRIPTION
+.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.
-
-.SH LICENSE
+.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
-cpt(1)
+.Sh SEE ALSO
+.Xr cpt 1
+.Xr cpt-install 1