Files
RedBear-OS/recipes/wip/analysis/netdata/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

19 lines
482 B
TOML

[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",
#]