aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pstree.rb
blob: 4b2c2fc05e597abb64e2df522f3c5f9e7ced5a15 (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.33.tar.gz'
  homepage 'http://freshmeat.net/projects/pstree/'
  md5 'b0a85caacd85f78bd83700afa86ec2e9'

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