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