redox/recipes/harfbuzz/recipe.toml
2023-05-19 13:35:27 -06:00

26 lines
569 B
TOML

[source]
#git = "https://github.com/harfbuzz/harfbuzz"
#rev = "4941e95f10fe0fe658752134a42b58896fb19c42"
tar = "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-7.3.0.tar.xz"
blake3 = "6572676ffef55bd37bacdd33052bedfb07333b659371495a2a26b9825ce685c0"
[build]
template = "custom"
dependencies = [
"freetype",
"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
"""