mangohud/main.sh

20 lines
363 B
Bash
Raw Normal View History

2023-03-09 19:29:53 +01:00
# Clone Upstream
2023-06-18 16:44:06 +02:00
git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1
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
# Build package
2023-06-18 16:46:50 +02:00
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.9.1
2023-03-09 19:29:53 +01:00
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/