58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
# yaourtrc - Configuration for yaourt
|
|
#
|
|
# See yaourtrc(5) for more information
|
|
#
|
|
#
|
|
|
|
# General
|
|
#AUTOSAVEBACKUPFILE=0
|
|
#DEVELBUILDDIR="/var/abs/local/yaourtbuild"
|
|
#DEVEL=0
|
|
#EDITOR="$EDITOR"
|
|
#FORCEENGLISH=0
|
|
#FORCE=0
|
|
#TMPDIR="/tmp"
|
|
TMPDIR="/var/tmp"
|
|
|
|
# SUDO
|
|
#SUDONOVERIF=0 # Avoid multiple sudo checks when timestamp_timeout=0
|
|
#SUDOREDIRECT=1 # Define to 0 in case you use a fingerprint device
|
|
|
|
# ABS
|
|
# If the package "abs" is installed, those var are parsed from abs.conf
|
|
#REPOS=() # REPOS available at $SYNCSERVER
|
|
#SYNCSERVER=""
|
|
|
|
# AUR
|
|
#AURURL="https://aur.archlinux.org"
|
|
AURCOMMENT=0
|
|
#AURDEVELONLY=0
|
|
#AURSEARCH=1
|
|
#AURUPGRADE=0
|
|
#AURVOTE=1
|
|
|
|
# Build
|
|
#EXPORT=0 # Export to 1: EXPORTDIR or PKGDEST
|
|
# 2: pacman cache (as root)
|
|
#EXPORTSRC=0 # Need EXPORT>0 to be used
|
|
#EXPORTDIR="" # If empty, use makepkg's connfiguration (see makepkg.conf)
|
|
|
|
# Prompt
|
|
NOCONFIRM=0
|
|
UP_NOCONFIRM=1
|
|
BUILD_NOCONFIRM=1
|
|
PU_NOCONFIRM=1
|
|
EDITFILES=0
|
|
NOENTER=1
|
|
|
|
# Output
|
|
USECOLOR=1
|
|
#USEPAGER=0
|
|
DETAILUPGRADE=1
|
|
SHOWORPHANS=1
|
|
TERMINALTITLE=1
|
|
|
|
# Command
|
|
#PACMAN="pacman"
|
|
#DIFFEDITCMD="vimdiff"
|