From b99d68b0db3412a05b4f14c79bb5fdebb1ddf103 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 29 Jan 2012 09:45:44 -0800 Subject: Move htop to Homebrew-alt The OS X fork of htop is unofficial, and has not been updated to work consistently on Snow Leopard or Lion. --- Library/Formula/htop.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Library/Formula/htop.rb (limited to 'Library') diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb deleted file mode 100644 index 85dd3c272..000000000 --- a/Library/Formula/htop.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Htop < Formula - head 'https://github.com/cynthia/htop-osx.git' - homepage 'http://htop.sourceforge.net/' - - def install - system "./autogen.sh" - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make", "install", "DEFAULT_INCLUDES='-iquote .'" - rm_rf "#{share}/applications" # Don't need Gnome support on OS X - rm_rf "#{share}/pixmaps" - end - - def caveats; <<-EOS.undent - For htop to display correctly all running processes, it needs to run as root. - If you don't want to `sudo htop` every time, change the owner and permissions: - cd #{bin} - chmod 6555 htop - sudo chown root htop - EOS - end -end -- cgit v1.2.3