mangohud/main.sh
Ward Nakchbandi (Cosmic Fusion) 6c0d440150
Update main.sh
2023-06-18 17:44:06 +03:00

17 lines
301 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1
mv ./MangoHud ./mangohud
cp -rvf ./debian ./mangohud/
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/