redox/recipes/wip/db/mysql-server/recipe.toml

12 lines
282 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 = "cmake"
dependencies = [
"boost",
"ncurses",
"openssl3",
]