hyprwayland-scanner/main.sh
Ward Nakchbandi (Cosmic Fusion) e92fe471f2
initial commit
2024-07-01 20:44:53 +03:00

24 lines
361 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.3.10
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/