PKGNAME=bazel
PKGSEC=devel
PKGDEP="libarchive openjdk-21 unzip zip"
BUILDDEP="protobuf gcc"
PKGDES="Tool to automate software builds and tests"

# Note: The program segment containing the zip file needs to be preserved.
#       This is because it is required at runtime.
ABSTRIP=0

# FIXME: Build fails on MIPS and its OpenJDK only has Zero mode available (extremely slow).
FAIL_ARCH="!(amd64|arm64|loongarch64|riscv64|ppc64el)"
