supergfxctl/main.sh

28 lines
586 B
Bash
Executable File

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