redox/recipes/wip/db/mongodb7/recipe.toml
2026-01-03 15:44:34 -03:00

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",
]