gamescope-session/main.sh
Ward Nakchbandi (Cosmic Fusion) d8b02e9f63
Update packging to new repo
2023-07-15 15:01:42 +03:00

18 lines
329 B
Bash
Executable File

DEBIAN_FRONTEND=noninteractive
# Clone Upstream
git clone https://github.com/PikaOS-linux/gamescope-session
cp -rvf ./debian ./gamescope-session
cd ./gamescope-session
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/