mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
13 lines
271 B
TOML
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",
|
|
]
|