pika-gnome-desktop/main.sh

15 lines
212 B
Bash
Raw Normal View History

2023-02-25 09:25:33 +01:00
# Clone Upstream
2023-09-16 12:52:20 +02:00
cd ./pika-gnome-desktop
2023-02-25 09:25:33 +01:00
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/