forked from oshazard/apacman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apacman.conf.5
343 lines (336 loc) · 6.82 KB
/
apacman.conf.5
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
'\" t
.\" Title: apacman.conf
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 09/29/2016
.\" Manual: apacman Manual
.\" Source: apacman
.\" Language: English
.\"
.TH "APACMAN\&.CONF" "5" "09/29/2016" "apacman" "apacman Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
apacman.conf \- apacman AUR wrapper optional configuration file
.SH "SYNOPSIS"
.sp
/etc/apacman\&.conf
.SH "DESCRIPTION"
.sp
apacman will attempt to read apacman\&.conf each time it is run\&.
.SH "EXAMPLE"
.sp
.if n \{\
.RS 4
.\}
.nf
#
# /etc/apacman\&.conf
#
noedit=1
skipcache=1
savedir="/var/cache/apacman/pkg"
.fi
.if n \{\
.RE
.\}
.if n \{\
.sp
.\}
.RS 4
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
.ps +1
\fBNote\fR
.ps -1
.br
.sp
Flags must be set equal to 1\&. No spaces are allowed\&.
Each option must be lowercase (except for URLs and colors which must be UPPERCASE)\&.
.sp .5v
.SH "OPTIONS"
.PP
\fBauronly =\fR 1
.RS 4
Only do actions for AUR\&.
.RE
.PP
\fBbuildonly =\fR 1
.RS 4
Builds packages without installing and removes new build depends after\&.
.RE
.PP
\fBcachevcs =\fR 1
.RS 4
Installs cached VCS packages if newer than AUR PKGBUILD versions\&.
.RE
.PP
\fBignorearch =\fR 1
.RS 4
Ignore missing architecture in PKGBUILD (mostly for ARM systems)\&.
.RE
.PP
\fBkeepkeys =\fR 1
.RS 4
Do not remove imported PGP keys\&.
.RE
.PP
\fBlegacy =\fR 1
.RS 4
Use AUR3 repo rather than AUR4 (deprecated)\&.
.RE
.PP
\fBneeded =\fR 1
.RS 4
Do not install up-to-date packages\&.
.RE
.PP
\fBnoaur =\fR 1
.RS 4
Do no actions for AUR (hint: useful with --warn)\&.
.RE
.PP
\fBnoconfirm =\fR 1
.RS 4
Do not prompt for any confirmation\&.
.RE
.PP
\fBnodatabase =\fR 1
.RS 4
Do not store local AUR database\&.
.RE
.PP
\fBnoedit =\fR 1
.RS 4
Do not prompt to edit files with EDITOR\&.
.RE
.PP
\fBnofail =\fR 1
.RS 4
Do not continue if a package fails to build\&.
.RE
.PP
\fBnosource =\fR 1
.RS 4
Do not source PKGBUILDs (WIP)\&.
.RE
.PP
\fBpreview =\fR 1
.RS 4
Prompt to edit PKGBUILD and .install before building\&.
.RE
.PP
\fBprogress =\fR 1
.RS 4
Status updates to terminal title (1) or libnotify (2) or both (3)\&.
.RE
.PP
\fBpurgebuild =\fR 1
.RS 4
Remove unneeded build dependencies\&.
.RE
.PP
\fBquiet =\fR 1
.RS 4
Do not show packages descriptions in search\&.
.RE
.PP
\fBskipcache =\fR 1
.RS 4
Do not install from pre-built packages in cache directory\&.
.RE
.PP
\fBskipinteg =\fR 1
.RS 4
Ignore missing or invalid source file hashes\&.
.RE
.PP
\fBskiptest =\fR 1
.RS 4
Do not install unit test packages\&.
.RE
.PP
\fBwarn =\fR 1
.RS 4
Do not exit on errors, treat as non-fatal warnings\&.
.RE
.SH "CONFIGURATION"
.PP
\fBtmpdir =\fR path/to/temp/dir
.RS 4
Overrides the default temporary directory for apacman to build packages in\&. A tmpfs (RAM disk) directory is recommended\&. Directory must be "owned" by user\&.
.sp .5v
\fBDefault\fR: /tmp/apacmantmp-$UID
.sp .5v
\fBNOTE\fR: \fIroot\fR builds packages as \fIaurbuild\fR user\&.
.RE
.PP
\fBmakepkgconf =\fR path/to/makepkg.conf
.RS 4
Overrides the default location of the global makepkg configuration file\&.
.sp .5v
\fBDefault\fR: /etc/makepkg.conf
.RE
.PP
\fBusermakepkgconf =\fR path/to/.makepkg.conf
.RS 4
Overrides the global makepkg.conf with a user makepkg configuration file\&.
.sp .5v
\fBDefault\fR: $HOME/.makepkg.conf
.RE
.PP
\fBpacmanconf =\fR path/to/pacman.conf
.RS 4
Overrides the default location of the global pacman configuration file\&.
.sp .5v
\fBDefault\fR: /etc/pacman.conf
.RE
.PP
\fBsavedir =\fR path/to/cache/dir
.RS 4
Overrides the default location of the package cache directory\&.
.sp .5v
\fBDefault\fR: /var/cache/apacman/pkg
.RE
.PP
\fBdatabase =\fR path/to/database/dir
.RS 4
Overrides the default location of the apacman DB directory\&.
.sp .5v
\fBDefault\fR: /var/lib/apacman
.RE
.PP
\fBpacmandb =\fR path/to/aur.db
.RS 4
Overrides the default location of the locally installed AUR package DB\&.
.sp .5v
\fBDefault\fR: /var/lib/pacman/sync/aur.db
.RE
.PP
\fBpkgfiledb =\fR path/to/aur.files
.RS 4
Overrides the default location of the pkgfile-format local AUR package DB\&.
.sp .5v
\fBDefault\fR: /var/cache/pkgfile/aur.files
.RE
.PP
\fBlocalrepo =\fR name
.RS 4
Overrides the default name of the AUR repository\&.
.sp .5v
\fBDefault\fR: aur
.RE
.PP
\fBeditor =\fR nano \-w
.RS 4
Overrides the default text editor for PKGBUILDs\&.
.sp .5v
\fBDefault\fR: \fI$EDITOR\fR or vi
.RE
.PP
\fBpager =\fR less \-R
.RS 4
Overrides the default text viewer for comments\&.
.sp .5v
\fBDefault\fR: \fI$PAGER\fR or less
.RE
.PP
\fBRPCURL =\fR url/to/AUR/Search
.RS 4
Overrides the URL address to the Arch User Repository's RPC-interface API\&.
.sp .5v
\fBDefault\fR: https://aur.archlinux.org/rpc.php?type
.RE
.PP
\fBPKGURL =\fR url/to/AUR/PKGBUILDs
.RS 4
Overrides the URL address prefix to the Arch User Repository's PKBUILDs\&.
.sp .5v
\fBDefault\fR: https://aur.archlinux.org
.RE
.PP
\fBWEBURL =\fR url/to/AUR/WebUI
.RS 4
Overrides the URL address prefix to the Arch User Repository's WebUI\&.
.sp .5v
\fBDefault\fR: https://www.archlinux.org
.RE
.PP
\fBABSURL =\fR url/to/ABS/PKGBUILDs
.RS 4
Overrides the URL address prefix to the Arch Build System's PKBUILDs\&.
.sp .5v
\fBDefault\fR: rsync.archlinux.org
.RE
.SH "COLORS"
.sp
Use apacman with colorization if your terminal supports it\&.
.PP
\fBCOLOR1 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the bold color\&.
.sp .5v
\fBDefault\fR: '\\e[1;39m' (\fBdefault\fR)
.RE
.PP
\fBCOLOR2 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the version color\&.
.sp .5v
\fBDefault\fR: '\\e[1;32m' (\fBgreen\fR)
.RE
.PP
\fBCOLOR3 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the repository color\&.
.sp .5v
\fBDefault\fR: '\\e[1;35m' (\fBpurple\fR)
.RE
.PP
\fBCOLOR4 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the URL color\&.
.sp .5v
\fBDefault\fR: '\\e[1;36m' (\fBturqoise\fR)
.RE
.PP
\fBCOLOR5 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the attention color\&.
.sp .5v
\fBDefault\fR: '\\e[1;34m' (\fBblue\fR)
.RE
.PP
\fBCOLOR6 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the warning color\&.
.sp .5v
\fBDefault\fR: '\\e[1;33m' (\fByellow\fR)
.RE
.PP
\fBCOLOR7 =\fR [\fIescape\fR] [\fIformat\fR] [\fIcolor\fR]
.RS 4
Overrides the error color\&.
.sp .5v
\fBDefault\fR: '\\e[1;31m' (\fBred\fR)
.RE
.SH "SEE ALSO"
.sp
\fBapacman\fR(8)
.sp
\fBpacman.conf\fR(5)
.sp
\fBmakepkg.conf\fR(5)
.SH "AUTHORS"
.sp
OS Hazard <oshazard+apacman@gmail\&.com>