gamescope/main.sh

18 lines
383 B
Bash
Raw Normal View History

2023-02-25 14:08:00 +01:00
# Clone Upstream
2023-10-07 11:39:24 +02:00
git clone https://github.com/Plagman/gamescope -b 3.12.5
2023-02-25 14:08:00 +01:00
cp -rvf ./debian ./gamescope
cd ./gamescope
2023-09-18 15:19:45 +02:00
git submodule update --init
2023-02-25 14:08:00 +01:00
# Get build deps
2023-09-18 17:58:30 +02:00
apt-get update -y
2023-02-25 14:08:00 +01:00
apt-get build-dep ./ -y
# Build package
2023-10-07 11:39:24 +02:00
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.5
2023-07-15 15:30:49 +02:00
dpkg-buildpackage --no-sign
2023-02-25 14:08:00 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/