mangohud/main.sh

17 lines
283 B
Bash
Raw Normal View History

2023-03-09 19:29:53 +01:00
# Clone Upstream
2023-03-09 19:58:40 +01:00
tar -xf mangohud_0.6.8.orig.tar.xz -C ./
2023-03-09 20:11:20 +01:00
mv ./MangoHud-v0.6.8 ./mangohud
cp -rvf ./debian ./mangohud/
2023-03-09 19:29:53 +01:00
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/