hyprcursor/main.sh
Ward Nakchbandi (Cosmic Fusion) 21ba2d19af
2024-07-01 23:27:03 +03:00

27 lines
500 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
set -e
apt-get update
# Dead PikaOS 3 Workaround
apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprcursor -b v0.1.9
cd hyprcursor
cp -rvf ../debian ./
# 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/