redox/recipes/wip/db/mysql-server/recipe.toml
2025-10-06 18:47:11 -03:00

16 lines
371 B
TOML

#TODO not compiled or tested
# build instructions: https://dev.mysql.com/doc/refman/8.2/en/installing-source-distribution.html
[source]
tar = "https://dev.mysql.com/downloads/file/?id=523432"
[build]
template = "custom"
dependencies = [
"boost",
"ncurses",
"openssl1",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_cmake
"""