pika-meta/main.sh
Ward from fusion-voyager-3 08ca7f5b0e
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 11s
drop gamescope session by default
2024-07-29 01:36:44 +03:00

25 lines
406 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="4.1"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
cd ./pika-meta
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p pika-meta_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/