This repository has been archived on 2024-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
wlr-randr/main.sh
2023-06-16 18:31:33 +01:00

22 lines
328 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
git clone --recurse-submodules https://git.sr.ht/~emersion/wlr-randr
cd wlr-randr
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/