pika-hyprland-settings/main.sh

15 lines
216 B
Bash
Raw Normal View History

2023-02-25 09:26:00 +01:00
# Clone Upstream
2023-06-11 21:20:49 +02:00
cd ./pika-hyprland-settings
2023-02-25 09:26:00 +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/