hyprwayland-scanner/main.sh
Ward Nakchbandi (Cosmic Fusion) f70cbf5f6f
Update main.sh
2023-10-07 14:16:18 +03:00

22 lines
390 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
apt-get update
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git -b v1.1.0
cd xdg-desktop-portal-hyprland
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/