redox/recipes/wip/net/moonfire-nvr-server/recipe.toml
2024-03-01 00:11:53 +00:00

13 lines
192 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/scottlamb/moonfire-nvr"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cd server
cookbook_cargo
"""