2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-07 13:02:36 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Pstree < Formula
|
2011-08-10 23:28:55 +00:00
|
|
|
url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.33.tar.gz'
|
2010-04-07 05:58:35 +00:00
|
|
|
homepage 'http://freshmeat.net/projects/pstree/'
|
2011-08-10 23:28:55 +00:00
|
|
|
md5 'b0a85caacd85f78bd83700afa86ec2e9'
|
2009-09-07 13:02:36 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make pstree"
|
|
|
|
bin.install "pstree"
|
|
|
|
end
|
|
|
|
end
|