blob: 114fd55cdb0a9d67b254a8beedda7a8ba5fef4c1 (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
'\" t
.\" Title: devtools
.\" 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
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "DEVTOOLS" "7" "02/14/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
devtools \- Developer tools for the Arch Linux distribution
.SH "DESCRIPTION"
.sp
Devtools contains tools for package maintenance in Arch Linux\&. It comes with a unified command\-line frontend called \fIpkgctl\fR that aids to conveniently interact with all the different tools this collection provides\&.
.sp
The toolset varies from tools for building packages in a clean chroot (\fImkarchroot\fR, \fIarchbuild\fR, \&...), packaging related tools (\fIsogrep\fR, \fIdiffpkg\fR, \fIlddd\fR) and tools for repository management such as (\fIpkgrepo\fR)\&.
.SH "PROGRAMS"
.sp
The list below gives a short overview; see the respective documentation for details\&.
.sp
\fBpkgctl\fR(1) Unified command\-line frontend for devtools
.sp
\fBarchbuild\fR(1) Build an Arch Linux package inside a clean chroot
.sp
\fBarch-nspawn\fR(1) Run a command or OS in a light\-weight namespace container
.sp
\fBcheckpkg\fR(1) Compare the current build package with the repository version
.sp
\fBdiffpkg\fR(1) Compare package files using different modes
.sp
\fBexport-pkgbuild-keys\fR(1) Export valid source signing keys from a PKGBUILD
.sp
\fBfind-libdeps\fR(1) Find soname dependencies for a package
.sp
\fBfind-libprovides\fR(1) Find soname\(cqs which are provided by a package
.sp
\fBlddd\fR(1) Find broken library links on your system
.sp
\fBmkarchroot\fR(1) Creates an arch chroot in a specified location with a specified set of packages
.sp
\fBmakechrootpkg\fR(1) Build a PKGBUILD in a given chroot environment
.sp
\fBmakerepropkg\fR(1) Rebuild a package to see if it is reproducible
.sp
\fBoffload-build\fR(1) Build a PKGBUILD on a remote server using makechrootpkg
.sp
\fBsogrep\fR(1) Find packages using a linked to a given shared library
.SH "HOMEPAGE"
.sp
\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR
.sp
Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&.
|