gamescope/main.sh

22 lines
552 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
2023-05-11 10:36:59 +02:00
git clone https://github.com/Plagman/gamescope -b 3.12.0-beta3
2023-02-25 14:08:00 +01:00
cp -rvf ./debian ./gamescope
cd ./gamescope
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-05-11 10:42:07 +02:00
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0
2023-02-25 14:08:00 +01:00
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/