13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
(package
|
|
(name "htop")
|
|
(version "3.4.1")
|
|
(homepage "https://htop.dev/")
|
|
(dependencies xz libncurses)
|
|
(src (tar
|
|
(url "https://github.com/htop-dev/htop/releases/download/3.4.1/htop-3.4.1.tar.xz")
|
|
(dir "htop-3.4.1")
|
|
(blake3 "e2a02540bd75d1055d77957524a3a3ed89ae61ca10de501becb4f1c87d4fb4fa")))
|
|
(build
|
|
(configure_make
|
|
(configure_flags "--disable-unicode"))))
|