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

class Pstree < Formula
  homepage 'http://freshmeat.net/projects/pstree/'
  url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.36.tar.gz'
  sha1 '1ca2e08c62d33afd37d78a215095258e77654b3f'

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