mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
18 lines
382 B
TOML
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
|
|
"""
|