feat: split loong64 build script

This commit is contained in:
2025-02-18 22:11:11 +08:00
parent ba1a9c87bf
commit 8a49839678
+15
View File
@@ -0,0 +1,15 @@
set -e
sudo chown build:build . -R
sudo pacman -Sy
git clone https://aur.archlinux.org/renpy-git.git
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si --noconfirm -A
cd ..
cd renpy-git
patch PKGBUILD ../1_local_repo.patch
paru -S python-sphinx_rtd_dark_mode python-pygame-sdl2 --asdeps --noconfirm
makepkg -s --noconfirm -A
ls