# The full path to the chroot is # $CHROOTDIR/$CHROOT/$COPY # where $COPY is set at runtime. # See `librechroot help` for details. CHROOTDIR=/var/lib/archbuild CHROOT=default # Extra packages to have installed on the chroot. # This is in addition to CHROOTPKG=(base-devel) CHROOTEXTRAPKG=() #CHROOTEXTRAPKG+=(distcc-nozeroconf socat) # for BUILDENV+=(distcc) #CHROOTEXTRAPKG+=(ccache) # for BUILDENV+=(ccache) #CHROOTEXTRAPKG+=(libretools) # for running libremakepkg inside the chroot