redox/recipes/wip/analysis/netdata/recipe.toml
2026-01-29 09:23:31 -03:00

15 lines
436 B
TOML

#TODO not compiled or tested
# build instructions: https://learn.netdata.cloud/docs/developer-and-contributor-corner/build-the-netdata-agent-yourself/compile-from-source-code#building-netdata
[source]
tar = "https://github.com/netdata/netdata/releases/download/v2.8.5/netdata-v2.8.5.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DDEFAULT_FEATURE_STATE=False",
]
#dependencies = [
# "zlib",
# "libuv",
# "libuuid",
#]