hyprutils/main.sh
Ward Nakchbandi (Cosmic Fusion) 46c3bfb6c1
Update main.sh
2024-07-01 22:17:11 +03:00

24 lines
358 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
set -e
apt-get update
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprutils -b v0.1.5
cd hyprutils
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/