PKGNAME="bash-git-status"
PKGDES="A simple program to display Git status, useful for integration in Bash's PS1 prompt"
PKGDEP="glibc gcc-runtime"
BUILDDEP="rustc llvm"
PKGSEC="utils"

USECLANG=1

# FIXME: ld.lld is not yet available.
NOLTO__LOONGARCH64=1
BUILDDEP__LOONGSON3="${BUILDDEP/llvm/}"
USECLANG__LOONGSON3=0
NOLTO__LOONGSON3=1
