void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

cmake.sh (197B)


      1if [ "$CHROOT_READY" ]; then
      2	if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
      3		hostmakedepends+=" cmake"
      4	fi
      5	if [ "${make_cmd:-ninja}" = ninja ]; then
      6		hostmakedepends+=" ninja"
      7	fi
      8fi