redox/recipes/wip/monitors/conky/recipe.toml
2025-10-12 19:34:06 -03:00

18 lines
382 B
TOML

#TODO not compiled or tested
# build instructions: https://conky.cc/documents/compiling
[source]
git = "https://github.com/brndnmtthws/conky"
rev = "bbdc7081aec27daafca07fc40523335a2ea0a992"
[build]
template = "custom"
dependencies = [
"imlib2",
"ncurses",
"libxml2",
"curl",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_cmake
"""