redox/recipes/wip/net/security/zeek-lts/recipe.toml
2026-06-08 16:09:49 -03:00

12 lines
257 B
TOML

#TODO compile and test
# build instructions: https://docs.zeek.org/en/v8.0.8/building-from-source.html
[source]
tar = "https://download.zeek.org/zeek-8.0.8.tar.gz"
[build]
template = "configure"
dependencies = [
"libpcap",
"openssl3",
"zlib",
]