gamescope/main.sh
Ward Nakchbandi (Cosmic Fusion) d0124634c7
2023-10-07 12:39:24 +03:00

18 lines
383 B
Bash
Executable File

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