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