aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pstree.rb
blob: e9cabb7ce55a2fa7349eda85c45957a0b08b92f8 (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