pika-installer-gtk4/main.sh
Ward from fusion-voyager-3 396560afe7 update to git
2024-01-24 22:17:19 +03:00

16 lines
312 B
Bash

# Clone Upstream
mkdir -p ./pika-installer-gtk4
rsync -av --progress ./* ./pika-installer-gtk4 --exclude ./pika-installer-gtk4
cd ./pika-installer-gtk4
# 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/