homebrew-core/Formula/pstree.rb
Jack Nagel 49f65648c0 pstree 2.33
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 16:40:03 -07:00

12 lines
277 B
Ruby

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