diff options
Diffstat (limited to 'upstream/archlinux/man1/pkgctl.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl.1 | 79 |
1 files changed, 44 insertions, 35 deletions
diff --git a/upstream/archlinux/man1/pkgctl.1 b/upstream/archlinux/man1/pkgctl.1 index b9db1d83..0a9f7051 100644 --- a/upstream/archlinux/man1/pkgctl.1 +++ b/upstream/archlinux/man1/pkgctl.1 @@ -1,32 +1,32 @@ '\" t .\" Title: pkgctl -.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] -.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/14/2024 +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "PKGCTL" "1" "02/14/2024" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.TH "PKGCTL" "1" "2024-05-01" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation +.ss \n[.ss] 0 .nh -.\" disable justification (adjust text to left margin only) .ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} .SH "NAME" pkgctl \- Unified command\-line frontend for devtools .SH "SYNOPSIS" @@ -36,67 +36,76 @@ pkgctl [SUBCOMMAND] [OPTIONS] .sp TODO .SH "OPTIONS" -.PP -\fB\-V, \-\-version\fR +.sp +\fB\-V, \-\-version\fP .RS 4 Show pkgctl version information .RE -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .SH "SUBCOMMANDS" -.PP +.sp pkgctl aur .RS 4 Interact with the Arch User Repository .RE -.PP +.sp pkgctl auth .RS 4 Authenticate with services like GitLab .RE -.PP +.sp pkgctl build .RS 4 Build packages inside a clean chroot .RE -.PP +.sp pkgctl db .RS 4 Pacman database modification for package update, move etc .RE -.PP +.sp pkgctl diff .RS 4 Compare package files using different modes .RE -.PP +.sp pkgctl release .RS 4 Release step to commit, tag and upload build artifacts .RE -.PP +.sp pkgctl repo .RS 4 Manage Git packaging repositories and their configuration .RE -.PP +.sp pkgctl search .RS 4 Search for an expression across the GitLab packaging group .RE -.PP +.sp pkgctl version .RS 4 Check and manage package versions against upstream .RE .SH "SEE ALSO" .sp -\fBpkgctl-aur\fR(1) \fBpkgctl-auth\fR(1) \fBpkgctl-build\fR(1) \fBpkgctl-db\fR(1) \fBpkgctl-diff\fR(1) \fBpkgctl-release\fR(1) \fBpkgctl-repo\fR(1) \fBpkgctl-search\fR(1) \fBpkgctl-version\fR(1) +pkgctl\-aur(1) +pkgctl\-auth(1) +pkgctl\-build(1) +pkgctl\-db(1) +pkgctl\-diff(1) +pkgctl\-release(1) +pkgctl\-repo(1) +pkgctl\-search(1) +pkgctl\-version(1) .SH "HOMEPAGE" .sp -\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" .sp -Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |