asusctl/main.sh

27 lines
492 B
Bash
Raw Normal View History

2024-07-24 13:00:01 +02:00
#! /bin/bash
set -e
VERSION=6.0.11
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone https://gitlab.com/asus-linux/asusctl -b "$VERSION"
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/