gamescope/main.sh

22 lines
554 B
Bash
Raw Normal View History

2023-02-25 14:08:00 +01:00
# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/Plagman/gamescope -b 3.11.52-beta2
cp -rvf ./debian ./gamescope
cd ./gamescope
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-02-25 17:11:49 +01:00
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.11.52
2023-02-25 14:08:00 +01:00
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/