blob: 2975aaa7cefb0aa0722a2f7a7143a407ebe86eb9 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
'\" t
.\" Title: devtools
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.21
.\" Date: 2024-05-01
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "DEVTOOLS" "7" "2024-05-01" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.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"
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\fP 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\fP, \fIarchbuild\fP, ...), packaging related tools (\fIsogrep\fP, \fIdiffpkg\fP,
\fIlddd\fP) and tools for repository management such as (\fIpkgrepo\fP).
.SH "PROGRAMS"
.sp
The list below gives a short overview; see the respective documentation
for details.
.sp
pkgctl(1)
Unified command\-line frontend for devtools
.sp
archbuild(1)
Build an Arch Linux package inside a clean chroot
.sp
arch\-nspawn(1)
Run a command or OS in a light\-weight namespace container
.sp
checkpkg(1)
Compare the current build package with the repository version
.sp
diffpkg(1)
Compare package files using different modes
.sp
export\-pkgbuild\-keys(1)
Export valid source signing keys from a PKGBUILD
.sp
find\-libdeps(1)
Find soname dependencies for a package
.sp
find\-libprovides(1)
Find soname\(cqs which are provided by a package
.sp
lddd(1)
Find broken library links on your system
.sp
mkarchroot(1)
Creates an arch chroot in a specified location with a specified set of
packages
.sp
makechrootpkg(1)
Build a PKGBUILD in a given chroot environment
.sp
makerepropkg(1)
Rebuild a package to see if it is reproducible
.sp
offload\-build(1)
Build a PKGBUILD on a remote server using makechrootpkg
.sp
sogrep(1)
Find packages using a linked to a given shared library
.SH "HOMEPAGE"
.sp
\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.
|