autobuilder

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2021-03-01 09:43:45 +03:00
parent ba4a4199e2
commit b923682b75
4 changed files with 2 additions and 0 deletions

16
autobuilder/build Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
# The builder user is already created in the rootfs
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
export LC_ALL=en_US.UTF-8
export PKG_URL=$1
# Upgrade
sudo pacman -Suy --noconfirm
# Workdir
cd /buildroot
# Build the damn thing
git clone "$PKG_URL" .
makepkg -s --noconfirm -L