mangohud/main.sh
Ward Nakchbandi (Cosmic Fusion) c3fc3f9869
2023-10-04 18:56:28 +03:00

20 lines
369 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/flightlessmango/MangoHud -b v0.7.0
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.0
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/