[package] name = "htop" version = "3.4.0" description = "Interactive process viewer" url = "https://htop.dev/" license = "GPL-2.0" [source] url = "https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "ncurses"] build = ["gcc", "make", "autoconf", "automake"] [build] system = "autotools" configure = """./autogen.sh && ./configure --prefix=/usr --enable-unicode""" make = """make""" install = """make DESTDIR=${PKG} install"""