htop: import homebrew/dupes into core.

This commit is contained in:
FX Coudert 2017-04-03 17:03:01 +02:00
parent f5c2e431ff
commit dc64c7e830

View file

@ -21,7 +21,7 @@ class Htop < Formula
option "with-ncurses", "Build using homebrew ncurses (enables mouse scroll)"
depends_on "homebrew/dupes/ncurses" => :optional
depends_on "ncurses" => :optional
conflicts_with "htop-osx", :because => "both install an `htop` binary"