[source] tar = "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz" blake3 = "6572676ffef55bd37bacdd33052bedfb07333b659371495a2a26b9825ce685c0" [build] template = "custom" dependencies = [ "freetype2", "gettext", "glib", "libiconv", "libpng", "pcre", "zlib" ] script = """ COOKBOOK_CONFIGURE_FLAGS+=( --with-glib=yes --with-freetype=yes --with-icu=no ac_cv_func_sincosf=no ) cookbook_configure """