mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
11 lines
268 B
TOML
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",
|
|
]
|