libgbinder/main.sh

26 lines
448 B
Bash
Raw Normal View History

2024-10-03 17:37:09 +02:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-10-03 17:38:03 +02:00
VERSION="1.1.25"
2024-10-03 17:37:09 +02:00
# Clone Upstream
2024-10-03 17:38:03 +02:00
git clone https://github.com/waydroid/libgbinder.git
cd libgbinder
2024-10-03 17:37:09 +02:00
# Get build deps
2024-10-03 17:38:03 +02:00
LOGNAME=root dh_make --createorig -y -l -p libgbinder_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-10-03 17:37:09 +02:00
apt-get build-dep ./ -y
# Build package
2024-10-03 17:59:01 +02:00
debuild -b -uc -us
2024-10-03 17:37:09 +02:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/