From 4e3b316ca7e39d6f6ac323940fe2e1503f75ddcd Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 9 Mar 2021 23:08:52 -0500 Subject: [PATCH] ENH add install for local PKGBUILDS --- run_once_install-packages.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/run_once_install-packages.sh b/run_once_install-packages.sh index 2910216..52aa220 100644 --- a/run_once_install-packages.sh +++ b/run_once_install-packages.sh @@ -48,3 +48,17 @@ yay -S stack-static autorandr feh xorg-server xorg-xset libpulse playerctl \ # zsh sudo pacman -S zsh zsh-completions zsh-syntax-highlighting + +## local packages +PKGBUILD_dir="$HOME/.local/share/packages" + +cd "$PKGBUILD_dir/clevo-xsm-wmi-dkms" +makepkg -s -r -i --noconfirm + +cd "$PKGBUILD_dir/conky-lua" +makepkg -s -r -i --noconfirm + +cd "$PKGBUILD_dir/xkb-hypermode" +makepkg -s -r -i --noconfirm + +