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

13 lines
271 B
TOML

#TODO need the pcap driver
#TODO compile and test
# build instructions: https://github.com/jpr5/ngrep/blob/master/INSTALL
[source]
git = "https://github.com/jpr5/ngrep"
rev = "v1.49.0"
shallow_clone = true
[build]
template = "configure"
dependencies = [
"libpcap",
]