redox/recipes/wip/db/mysql-server/recipe.toml
2024-02-24 02:38:50 +00:00

14 lines
341 B
TOML

#TODO missing script for CMake, see 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"
"""