redox/recipes/libs/readline/recipe.toml
2025-09-20 16:06:02 +07:00

19 lines
424 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz"
blake3 = "962483e201f36f05a5ccb507bb7330b4d4e4989fd52f41eb15ba65582ad02703"
patches = [
"redox.patch"
]
[build]
template = "custom"
dependencies = [
"ncurses",
]
script = """
DYNAMIC_INIT
cookbook_configure
ln -s "libhistory.so.7" "${COOKBOOK_STAGE}"/usr/lib/libhistory.so
ln -s "libreadline.so.7" "${COOKBOOK_STAGE}"/usr/lib/libreadline.so
"""