redox/recipes/wip/net/analysis/justniffer/recipe.toml
2026-06-08 16:09:49 -03:00

18 lines
343 B
TOML

#TODO compile and test
# build instructions: https://onotelli.github.io/justniffer/
[source]
git = "https://github.com/onotelli/justniffer"
rev = "v0.6.13"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"libpcap",
"boost",
]
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/main"
DYNAMIC_INIT
cookbook_configure
"""