26 lines
467 B
Bash
Raw Normal View History

2024-07-29 01:34:55 +03:00
#! /bin/bash
set -e
VERSION="0.2.nobara"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2023-03-03 19:16:13 +03:00
# Clone Upstream
2024-07-29 01:43:33 +03:00
cp -rvf ./debian ./gamescope-session/
2023-03-03 19:16:13 +03:00
cd ./gamescope-session
2024-07-29 01:43:33 +03:00
# Get build deps
apt-get build-dep ./ -y
2023-03-03 19:16:13 +03:00
# Build package
2024-07-29 01:34:55 +03:00
LOGNAME=root dh_make --createorig -y -l -p gamescope-session_"$VERSION" || echo "dh-make: Ignoring Last Error"
2023-07-15 15:01:42 +03:00
dpkg-buildpackage --no-sign
2023-03-03 19:16:13 +03:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/