nwg-displays/main.sh
Ward from fusion-voyager-3 bf9732e258
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 7s
port to pika os 4
2024-07-26 19:29:49 +03:00

27 lines
540 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="0.3.20"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/nwg-piotr/nwg-displays.git -b v"$VERSION"
cp -rvf ./debian ./nwg-displays/
cd ./nwg-displays
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p nwg-displays_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/