17 lines
408 B
Bash
17 lines
408 B
Bash
set -e
|
|
sudo chown build:build . -R
|
|
sudo pacman -Syu --noconfirm
|
|
sudo pacman -S gcc base-devel --needed --noconfirm
|
|
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
|