Add makepkg.conf

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-12 23:34:41 +02:00
parent 33c37eef02
commit cf24ce86cd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 6 additions and 2 deletions

View file

@ -56,6 +56,7 @@ LINKED_FILES_HOME=(
".config/mpv" ".config/mpv"
".config/newsboat" ".config/newsboat"
".config/npm" ".config/npm"
".config/pacman"
".config/polybar" ".config/polybar"
".config/python" ".config/python"
".config/redshift" ".config/redshift"
@ -65,6 +66,7 @@ LINKED_FILES_HOME=(
".config/termite" ".config/termite"
".config/Trolltech.conf" ".config/Trolltech.conf"
".config/user-dirs.dirs" ".config/user-dirs.dirs"
".config/user-dirs.locale"
".config/vim" ".config/vim"
".config/vue" ".config/vue"
".config/wget" ".config/wget"

View file

@ -23,8 +23,7 @@ export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LOG_HOME="${HOME}/.local/log" export XDG_LOG_HOME="${HOME}/.local/log"
export DOTFILES="${HOME}/dotfiles" export DOTFILES="${HOME}/dotfiles"
export HOST="$(hostname)" if [ "$(hostname)" = "odin" ]; then
if [ "${HOST}" = "odin" ]; then
export IS_WORK="1" export IS_WORK="1"
else else
export IS_WORK="0" export IS_WORK="0"

View file

@ -0,0 +1,2 @@
BUILDENV=(!distcc fakeroot color ccache check !sign)
PKGEXT=".pkg.tar"

View file

@ -0,0 +1 @@
en_GB