1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# conky - lightweight system monitor for X (via ${exec} calls to illumos # tools in the M3 config; conky's own native Solaris/kstat backend is also # enabled here since illumos already carries one - see build.sh) # https://github.com/brndnmtthws/conky [package] name = "conky" version = "1.24.2" release = 1 description = "Lightweight system monitor for X11" url = "https://github.com/brndnmtthws/conky" license = "GPL-3.0-or-later" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libX11", "libXext", "libXdamage", "libXinerama", "libXft", "cairo", "lua"] build = ["libX11", "libXext", "libXdamage", "libXinerama", "libXft", "cairo", "lua"] [[source]] file = "conky-1.24.2.tar.gz" urls = ["https://github.com/brndnmtthws/conky/archive/refs/tags/v1.24.2.tar.gz"] checksum = "1366b6efcee2cd2c56e5d3430c9d8a1f16d6fef76c5560ff1d8f3fc59dd23959" [build] parallel = true