aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pstree.rb
blob: df40dd2ee41ed565507a444a6e225aa702302878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Pstree <Formula
  url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.32.tar.gz'
  homepage 'http://freshmeat.net/projects/pstree/'
  md5 'ba6e274e06d63910cf9bb8664b932808'

  def install
    system "make pstree"
    bin.install "pstree"
  end
end