python-pid/main.sh
Ward from fusion-voyager-3 df3fa1acdb
2024-12-10 23:36:33 +03:00

28 lines
570 B
Bash
Executable File

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