[package] name = "netdata" version = "2.8.5" #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", #]