Adding a formula for the pstree command.

This commit is contained in:
Geoff Cant 2009-09-07 15:02:36 +02:00 committed by Max Howell
parent d2dc63b484
commit 6a43b50327

12
Formula/pstree.rb Normal file
View file

@ -0,0 +1,12 @@
require 'brewkit'
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