apx-gui/main.sh
Ward Nakchbandi (Cosmic Fusion) 1f1bb28b56
update to 0.1.1
2024-02-27 18:13:57 +03:00

21 lines
528 B
Bash
Executable File

#! /bin/bash
# Clone Upstream
git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui -b v0.1.1
cd ./vanilla-apx-gui
rm -rfv debian/changelog
touch debian/changelog
echo -e "vanilla-apx-gui (10:0.1.1-100pika1) pikauwu; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# 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/