supergfxctl/main.sh
Ward from fusion-voyager-3 fdd2ca3369 fix main
2024-07-24 14:01:18 +03:00

28 lines
566 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="5.2.3.git"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
#git clone https://gitlab.com/asus-linux/supergfxctl -b "$VERSION"
git clone 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/