mangohud/main.sh
Ward Nakchbandi (Cosmic Fusion) 8a06b77447
Update to 0.7.1
2024-02-25 21:49:57 +03:00

20 lines
369 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/flightlessmango/MangoHud -b v0.7.1
mv ./MangoHud ./mangohud
cp -rvf ./debian ./mangohud/
cd ./mangohud
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.7.1
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/