mangohud/main32.sh

29 lines
914 B
Bash
Raw Normal View History

2023-03-09 19:29:53 +01:00
# Add dependent repositories
sudo dpkg --add-architecture i386
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
2023-05-02 11:11:47 +02:00
touch /etc/apt/sources.list.d/pika.list
echo 'deb https://ppa.pika-os.com/ lunar main' > /etc/apt/sources.list.d/pika.list
echo 'deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' > /etc/apt/sources.list
echo 'deb-src http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware' >> /etc/apt/sources.list
apt update
2023-03-09 19:29:53 +01:00
# Clone Upstream
2023-03-09 19:58:40 +01:00
tar -xf mangohud_0.6.8.orig.tar.xz -C ./
2023-03-09 20:11:20 +01:00
mv ./MangoHud-v0.6.8 ./mangohud
cp -rvf ./debian ./mangohud/
2023-03-09 19:29:53 +01:00
cd ./mangohud
# Get build deps
apt-get install build-essential -y
apt-get install crossbuild-essential-i386 lib32gcc-11-dev -y
apt-get build-dep ./ -y -a i386
2023-03-09 20:20:38 +01:00
apt-get install python3-mako -y
2023-03-09 19:29:53 +01:00
# Build package
dpkg-buildpackage -a i386
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/