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