diff options
author | davidovski <david@davidovski.xyz> | 2022-05-27 18:34:26 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-27 18:34:26 +0100 |
commit | 4615385d6c8203001962a7a31dd02cdb1a73544b (patch) | |
tree | 0ff0ea93838f9c39ee5a09066ad05d9567e31437 /repo/util/htop | |
parent | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (diff) |
added tor
Diffstat (limited to 'repo/util/htop')
-rw-r--r-- | repo/util/htop/htop.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/util/htop/htop.xibuild b/repo/util/htop/htop.xibuild index c2918f5..0f8d5c2 100644 --- a/repo/util/htop/htop.xibuild +++ b/repo/util/htop/htop.xibuild @@ -1,7 +1,7 @@ #!/bin/sh -MAKEDEPS="autoconf autotools make" -DEPS="libcap libnl ncurses lm-sensors hwloc" +MAKEDEPS="autoconf make" +DEPS="libcap libnl ncurses lm-sensors " PKG_VER=3.1.2 SOURCE=https://github.com/htop-dev/htop/releases/download/$PKG_VER/htop-$PKG_VER.tar.xz |