# # set -o errexit -o noglob are assumed. # pkgp_mmglue_fetch_git() { ex_rtl_fileop rm "${PKG_BASE_DIR}/mmglue"; ex_rtl_fetch_urls_git "${PKG_BASE_DIR}/build" "mmglue=${DEFAULT_GITROOT}/mmglue@main"; ex_pkg_state_set "${PKG_NAME}" fetch -extract; }; pkg_musl_no_complex_host_fetch_git() { pkgp_mmglue_fetch_git } pkg_musl_full_host_fetch_git() { pkgp_mmglue_fetch_git } pkg_musl_full_fetch_git() { pkgp_mmglue_fetch_git } # vim:filetype=sh