Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-01 09:37:02 +03:00
parent 2f3ab1be25
commit 449509113f
1 changed files with 3 additions and 4 deletions

7
build
View File

@ -6,12 +6,11 @@ export LC_ALL=en_US.UTF-8
export PKG_URL=$1
# Upgrade
pacman -Suy --noconfirm
sudo pacman -Suy --noconfirm
# Workdir
chown builder:builder /buildroot
cd /buildroot
# Build the damn thing
sudo -u builder git clone "$PKG_URL" .
sudo -u builder makepkg -s --noconfirm -L
git clone "$PKG_URL" .
makepkg -s --noconfirm -L