mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
13 lines
271 B
TOML
13 lines
271 B
TOML
#TODO missing script for SCons
|
|
# build instructions: https://github.com/mongodb/mongo/blob/master/docs/building.md
|
|
[source]
|
|
git = "https://github.com/mongodb/mongo"
|
|
branch = "v7.2"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"curl",
|
|
"xz",
|
|
]
|