# IT4Innovations # LK 2024 easyblock = 'ConfigureMake' name = 'htop' version = "3.3.0" homepage = 'https://htop.dev' description = """An interactive process viewer for Unix""" toolchain = SYSTEM github_account = 'htop-dev' source_urls = [GITHUB_SOURCE] sources = ['%(version)s.tar.gz'] checksums = ['1e5cc328eee2bd1acff89f860e3179ea24b85df3ac483433f92a29977b14b045'] dependencies = [ ('ncurses', '6.4'), ] preconfigopts = 'LIBS="$LIBS -ltinfo" && ./autogen.sh && ' sanity_check_paths = { 'files': ['bin/htop'], 'dirs': ['share'], } moduleclass = 'tools'