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/main.sh

22 lines
407 B
Bash
Raw Normal View History

2023-06-10 18:40:26 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-06-10 18:45:42 +02:00
2024-07-01 17:50:08 +02:00
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz
tar -xf ./wayland-1.23.0.tar.gz
cp -rvf ./debian ./wayland-1.23.0/
cd ./wayland-1.23.0/
2023-06-10 18:40:26 +02:00
# 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/