Update main.sh

This commit is contained in:
ferreo 2024-11-27 12:58:29 +01:00
parent bc2931f2fc
commit c79e72b84f

10
main.sh
View File

@ -6,15 +6,15 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0" VERSION="0.1.9"
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name git clone https://github.com/hyprutils/hyprwall.git
cp -rvf ./debian ./src-pkg-name/ cp -rvf ./debian ./hyprwall/
cd ./src-pkg-name/ cd ./hyprwall/
# Get build deps # Get build deps
LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error" LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package