pika-hyprland-session/main.sh
ferreo 5206d365de
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 30s
Fix paths
2024-10-29 15:56:51 +00:00

25 lines
432 B
Bash
Executable File

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