pika-hyprland-desktop/main.sh

14 lines
204 B
Bash
Raw Normal View History

2023-02-25 09:13:51 +01:00
# Clone Upstream
2023-06-11 20:40:42 +02:00
cd ./pika-hyprland-desktop
2023-02-25 09:13:51 +01:00
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-10-06 19:03:34 +02:00
dpkg-buildpackage --no-sign
2023-02-25 09:13:51 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/