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/newsboat"
".config/npm"
".config/pacman"
".config/polybar"
".config/python"
".config/redshift"
@ -65,6 +66,7 @@ LINKED_FILES_HOME=(
".config/termite"
".config/Trolltech.conf"
".config/user-dirs.dirs"
".config/user-dirs.locale"
".config/vim"
".config/vue"
".config/wget"

View file

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