redox/recipes/wip/db/mongodb7/recipe.toml
2024-02-13 13:09:35 +00:00

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