mangohud/main.sh

24 lines
735 B
Bash
Raw Permalink Normal View History

2023-03-09 19:29:53 +01:00
# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
2023-05-02 11:11:35 +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 build-dep ./ -y
# Build package
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/