Source-Makefile: package/feeds/packages/htop/Makefile Build-Depends: HTOP_LMSENSORS:lm-sensors Package: htop Version: 3.3.0-1 Depends: +libc +libncurses Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: packages Title: Interactive processes viewer Maintainer: Etienne CHAMPETIER Source: htop-3.3.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING CPE-ID: cpe:/a:htop:htop Type: ipkg Description: Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. https://hisham.hm/htop/ Etienne CHAMPETIER @@ Config: config HTOP_LMSENSORS bool "Compile Htop with lm-sensors support" depends on PACKAGE_htop default y if TARGET_x86 help Build htop with lm-sensors support. This doesn't add lm-sensors as dependency, if present it'll loaded using dlopen(). @@