hyprcursor/main.sh
Ward Nakchbandi (Cosmic Fusion) 53e310d0b0
initial commit
2024-07-01 21:39:31 +03:00

24 lines
360 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
set -e
apt-get update
# 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/