redox/recipes/libs/ncursesw/recipe.toml
2025-09-17 21:55:34 +07:00

31 lines
550 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz"
blake3 = "0d1c9fdf53c0ca4bd66ba707d49a079d2dd6f5a960cdec74a56e29952c4ffe73"
patches = [
"redox.patch"
]
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-db-install
--disable-ext-colors
--disable-stripping
--enable-widec
--without-ada
--without-manpages
--without-tests
--with-shared
cf_cv_func_mkstemp=yes
cf_cv_wint_t=yes
)
cookbook_configure
"""
[package]
dependencies = [
"terminfo",
]