wivrn/main.sh

26 lines
476 B
Bash
Raw Normal View History

2024-11-11 15:48:13 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-11-11 15:51:11 +01:00
VERSION="0.21.1"
2024-11-11 15:48:13 +01:00
# Clone Upstream
2024-11-11 15:51:11 +01:00
git clone --recurse-submodules https://github.com/WiVRn/WiVRn.git -b v"$VERSION"
cd WiVRn
2024-11-11 15:48:13 +01:00
# Get build deps
2024-11-11 15:51:11 +01:00
LOGNAME=root dh_make --createorig -y -l -p WiVRn_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-11-11 15:48:13 +01:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/