#! /bin/bash set -e VERSION=2.0.0.git source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream #git clone --depth=1 https://gitlab.com/Jhyub/supergfxctl-plasmoid -b v"$VERSION" git clone --depth=1 https://gitlab.com/Jhyub/supergfxctl-plasmoid cp -rvf ./debian ./supergfxctl-plasmoid cd ./supergfxctl-plasmoid # Get build deps apt-get build-dep ./ -y # Build package LOGNAME=root dh_make --createorig -y -l -p supergfxctl-plasmoid_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output cd ../ mkdir -p ./output mv ./*.deb ./output/