This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
wayland-protocols/main.sh
2023-08-10 19:29:23 +01:00

22 lines
369 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
apt-get update
# Clone Upstream
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cd wayland-protocols
git checkout 1.32
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/