hyprgraphics/main.sh

27 lines
532 B
Bash
Raw Permalink Normal View History

2024-12-04 17:46:16 +01:00
#! /bin/bash
set -e
2024-12-04 17:47:08 +01:00
VERSION="0.1.1"
2024-12-04 17:46:16 +01:00
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
2024-12-04 17:47:08 +01:00
git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION"
cp -rvf ./debian ./hyprgraphics/
2024-12-04 17:54:08 +01:00
cd ./hyprgraphics
2024-12-04 17:46:16 +01:00
# Get build deps
apt-get build-dep ./ -y
# Build package
2024-12-04 17:47:08 +01:00
LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-12-04 17:46:16 +01:00
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/