hyprwayland-scanner/main.sh
Ward Nakchbandi (Cosmic Fusion) fa17edef27
initial commit
2024-07-01 20:48:14 +03:00

24 lines
379 B
Bash
Executable File

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