2015-05-15 13:53:16 -04:00
|
|
|
#
|
|
|
|
# /etc/apacman.conf
|
|
|
|
#
|
|
|
|
# See the apacman.conf(5) manpage for options
|
|
|
|
|
|
|
|
#
|
|
|
|
# GENERAL OPTIONS
|
|
|
|
#
|
|
|
|
|
|
|
|
#auronly=1
|
|
|
|
#buildonly=1
|
|
|
|
#cachevcs=1
|
|
|
|
#ignorearch=1
|
2016-02-25 08:27:16 -05:00
|
|
|
#keepkeys=1
|
|
|
|
needed=1
|
|
|
|
#noaur=1
|
2015-05-15 13:53:16 -04:00
|
|
|
noconfirm=1
|
|
|
|
noedit=1
|
2016-02-25 08:27:16 -05:00
|
|
|
nofail=1
|
2015-05-15 13:53:16 -04:00
|
|
|
#preview=1
|
2016-02-25 08:27:16 -05:00
|
|
|
progress=1
|
|
|
|
purgebuild=1
|
2015-05-15 13:53:16 -04:00
|
|
|
#quiet=1
|
2016-02-25 08:27:16 -05:00
|
|
|
skipcache=1
|
|
|
|
#skipinteg=1
|
2015-05-15 13:53:16 -04:00
|
|
|
#skiptest=1
|
|
|
|
#warn=1
|
|
|
|
|
|
|
|
#
|
|
|
|
# CONFIGURATION
|
|
|
|
#
|
|
|
|
|
2016-02-25 08:27:16 -05:00
|
|
|
#builddir="/tmp/pkgbuild-$UID"
|
2015-05-15 13:53:16 -04:00
|
|
|
#tmpdir="/tmp/apacmantmp-$UID"
|
|
|
|
#makepkgconf="/etc/makepkg.conf"
|
|
|
|
#usermakepkgconf="$HOME/.makepkg.conf"
|
|
|
|
#pacmanconf="/etc/pacman.conf"
|
|
|
|
#downdir="/var/cache/pacman/pkg"
|
|
|
|
#savedir="/var/cache/apacman/pkg"
|
|
|
|
#editor="nano -w"
|
2016-02-25 08:27:16 -05:00
|
|
|
#pager="less -R"
|
2015-05-15 13:53:16 -04:00
|
|
|
#RPCURL="https://aur.archlinux.org/rpc.php?type"
|
|
|
|
#PKGURL="https://aur.archlinux.org"
|
2016-02-25 08:27:16 -05:00
|
|
|
#WEBURL="https://www.archlinux.org"
|
2015-05-15 13:53:16 -04:00
|
|
|
#ABSURL="rsync.archlinux.org"
|
|
|
|
|
|
|
|
#
|
|
|
|
# COLORIZATION
|
|
|
|
#
|
|
|
|
|
2016-02-25 08:27:16 -05:00
|
|
|
#COLOR1='\e[1;39m'
|
|
|
|
#COLOR2='\e[1;32m'
|
|
|
|
#COLOR3='\e[1;35m'
|
|
|
|
#COLOR4='\e[1;36m'
|
|
|
|
#COLOR5='\e[1;34m'
|
|
|
|
#COLOR6='\e[1;33m'
|
|
|
|
#COLOR7='\e[1;31m'
|
|
|
|
|