hyprwall/main.sh

31 lines
605 B
Bash
Raw Permalink Normal View History

2024-11-27 12:53:53 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-11-27 12:58:29 +01:00
VERSION="0.1.9"
2024-11-27 12:53:53 +01:00
# Clone Upstream
2024-11-27 12:58:29 +01:00
git clone https://github.com/hyprutils/hyprwall.git
cp -rvf ./debian ./hyprwall/
cd ./hyprwall/
2024-11-27 12:53:53 +01:00
2024-11-27 13:08:52 +01:00
apt-get install curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y
2024-11-27 12:53:53 +01:00
# Get build deps
2024-11-27 12:58:29 +01:00
LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-11-27 13:08:52 +01:00
2024-11-27 12:53:53 +01:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/