gamescope/main.sh
2023-06-16 19:09:50 +01:00

17 lines
340 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/Plagman/gamescope -b 3.12.0-beta3
cp -rvf ./debian ./gamescope
cd ./gamescope
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-beta3
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/