mangohud/main.sh

21 lines
402 B
Bash
Raw Normal View History

2023-03-09 19:29:53 +01:00
# Clone Upstream
2024-02-25 19:49:57 +01:00
git clone https://github.com/flightlessmango/MangoHud -b v0.7.1
2023-06-18 16:44:06 +02:00
mv ./MangoHud ./mangohud
2023-03-09 20:11:20 +01:00
cp -rvf ./debian ./mangohud/
2023-03-09 19:29:53 +01:00
cd ./mangohud
# Get build deps
apt-get build-dep ./ -y
2024-02-25 20:00:47 +01:00
apt-get install libvulkan-dev -y
2023-03-09 19:29:53 +01:00
# Build package
2023-06-18 16:46:50 +02:00
2024-02-25 19:49:57 +01:00
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.7.1
2023-06-18 16:46:50 +02:00
2023-07-12 18:32:50 +02:00
dpkg-buildpackage --no-sign
2023-03-09 19:29:53 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/