# Template file for 'chroot-git' pkgname=chroot-git version=2.25.1 revision=1 bootstrap=yes wrksrc="git-${version}" build_style=gnu-configure configure_args="--without-curl --without-openssl --without-python --without-expat --without-tcltk ac_cv_lib_curl_curl_global_init=no ac_cv_lib_expat_XML_ParserCreate=no ac_cv_snprintf_returns_bogus=no ac_cv_fread_reads_directories=yes" makedepends="zlib-devel" short_desc="GIT Tree History Storage Tool -- for xbps-src use" maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" checksum=222796cc6e3bf2f9fd765f8f097daa3c3999bb7865ac88a8c974d98182e29f26 if [ "$CHROOT_READY" ]; then hostmakedepends="perl gettext tar" else configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr" fi case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" ac_cv_iconv_omits_bom=yes" ;; *) configure_args+=" ac_cv_iconv_omits_bom=no" ;; esac post_configure() { cat <<-EOF >config.mak CC_LD_DYNPATH=-L NO_INSTALL_HARDLINKS=Yes EOF } do_install() { # remove unneeded stuff. make DESTDIR=${wrksrc}/build-tmp install vbin ${wrksrc}/build-tmp/usr/bin/git chroot-git }