PKGNAME=icecream
PKGSEC=devel
PKGDEP="gcc-runtime glibc libcap-ng lzo zstd"
# allow clang and clang++ to show up in /usr/libexec/icecc/bin
BUILDDEP="asciidoc llvm"
# icecream supports both gcc and clang, but remote workers can directly fetch
# a sysroot from the job initiator
PKGSUG="gcc llvm"
PKGDES="Distributed C/C++ compiler with schedulers"
PKGPROV="icecc"

ABTYPE="autotools"
AUTOTOOLS_AFTER=("--enable-shared")
