forked from fosskers/aura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aura.conf
62 lines (54 loc) · 1.57 KB
/
aura.conf
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
# --- Aura Config --- #
#
# Template updated on: Mon 11 May 2020
#
# You can uncomment the various settings below in order to activate them.
# Otherwise, Aura will use its internal defaults.
# --- Language --- #
# Aura can be used in different human languages. This field must be a 2-letter
# language code, similar to those used in LOCALE. The available codes are:
#
# |------+------------|
# | Code | Language |
# |------+------------|
# | nl | Dutch |
# | en | English |
# | de | German |
# | nb | Norwegian |
# | sv | Swedish |
# |------+------------|
# | fr | French |
# | it | Italian |
# | pt | Portuguese |
# | es | Spanish |
# |------+------------|
# | hr | Croatian |
# | pl | Polish |
# | ru | Russian |
# | sr | Serbian |
# |------+------------|
# | zh | Chinese |
# | id | Indonesian |
# | ja | Japanese |
# |------+------------|
# | eo | Esperanto |
# |------+------------|
# Uncomment to activate:
# language = en
# --- Build Settings --- #
# Aura runs via `sudo` but builds packages as the underlying non-root user.
# Here, you can alter who that user is, and where packages are built.
# Uncomment to activate:
# user = YOU
# buildpath = /tmp
# allsourcepath = /var/cache/aura/src
# vcspath = /var/cache/aura/vcs
# --- PKGBUILD Analysis --- #
# Aura automatically scans PKGBUILDs for malicious bash usage and other "bad
# practices". Here, you can turn those scans off.
# Uncomment to activate:
# analyse = True
# --- Misc. --- #
# The editor to use with `--hotedit`.
# Uncomment to activate:
# editor = vi