mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
11 lines
233 B
TOML
11 lines
233 B
TOML
#TODO missing script for SCons, see https://github.com/mongodb/mongo/blob/master/docs/building.md
|
|
[source]
|
|
git = "https://github.com/mongodb/mongo"
|
|
branch = "v7.2"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"curl",
|
|
"xz",
|
|
]
|