redox/recipes/wip/db/mariadb/recipe.toml

20 lines
421 B
TOML

#TODO not compiled or tested
# build instructions:
# https://mariadb.com/kb/en/generic-build-instructions/
# https://mariadb.com/kb/en/cross-compiling-mariadb/
[source]
tar = "https://dlm.mariadb.com/4509471/MariaDB/mariadb-12.1.2/source/mariadb-12.1.2.tar.gz"
[build]
template = "cmake"
dependencies = [
"ncurses",
"zlib",
"libevent",
"openssl3",
"curl",
"libxml2",
"boost",
"libaio",
]