feat: split loong64 build script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user