redox/recipes/wip/mysql-server/recipe.toml
2023-11-30 18:13:53 +00:00

11 lines
268 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",
]