Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/devtools.7.asciidoc
blob: 9156d50c0c308bba3bd097dc39ddadda545f3dfb (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
devtools(7)
===========

Name
----
devtools - Developer tools for the Arch Linux distribution

Description
-----------

Devtools contains tools for package maintenance in Arch Linux. It comes with a
unified command-line frontend called 'pkgctl' that aids to conveniently
interact with all the different tools this collection provides.

The toolset varies from tools for building packages in a clean chroot
('mkarchroot', 'archbuild', ...), packaging related tools ('sogrep', 'diffpkg',
'lddd') and tools for repository management such as ('pkgrepo').

Programs
--------
The list below gives a short overview; see the respective documentation
for details.

pkgctl(1)
	Unified command-line frontend for devtools

archbuild(1)
	Build an Arch Linux package inside a clean chroot

arch-nspawn(1)
	Run a command or OS in a light-weight namespace container

checkpkg(1)
	Compare the current build package with the repository version

diffpkg(1)
	Compare package files using different modes

export-pkgbuild-keys(1)
	Export valid source signing keys from a PKGBUILD

find-libdeps(1)
	Find soname dependencies for a package

find-libprovides(1)
	Find soname's which are provided by a package

lddd(1)
	Find broken library links on your system

mkarchroot(1)
	Creates an arch chroot in a specified location with a specified set of
	packages

makechrootpkg(1)
	Build a PKGBUILD in a given chroot environment

makerepropkg(1)
	Rebuild a package to see if it is reproducible

offload-build(1)
	Build a PKGBUILD on a remote server using makechrootpkg

sogrep(1)
	Find packages using a linked to a given shared library

include::include/footer.asciidoc[]