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/main32.sh
Ward Nakchbandi (Cosmic Fusion) 2975c71118
Update main32.sh
2024-07-02 03:13:23 +03:00

23 lines
458 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
tar -xf ./wayland-1.22.0.tar.gz
cp -rvf ./debian ./wayland-1.22.0/
cp -vf ./control32 ./wayland-1.22.0/debian/control
cd ./wayland-1.22.0/
# 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/