#! /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/