hyprland/main.sh
2024-11-02 11:55:16 +01:00

30 lines
580 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="0.44.1git7"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprland
cd ./hyprland
git checkout 3852418d2446555509738bf1486940042107afe7
cd ..
cp -rvf ./debian ./hyprland/
cd ./hyprland
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p hyprland_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/