supergfxctl-plasmoid/main.sh

28 lines
620 B
Bash
Raw Normal View History

2023-08-28 13:47:43 +02:00
#! /bin/bash
2024-08-13 19:37:46 +02:00
set -e
VERSION=2.0.0.git
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2023-08-28 13:47:43 +02:00
# Clone Upstream
2024-08-13 19:37:46 +02:00
#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
2023-08-28 13:47:43 +02:00
# Get build deps
apt-get build-dep ./ -y
# Build package
2024-08-13 19:37:46 +02:00
LOGNAME=root dh_make --createorig -y -l -p supergfxctl-plasmoid_"$VERSION" || echo "dh-make: Ignoring Last Error"
2023-08-28 13:47:43 +02:00
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/