Adding a formula for the pstree command.
This commit is contained in:
parent
d2dc63b484
commit
6a43b50327
1 changed files with 12 additions and 0 deletions
12
Formula/pstree.rb
Normal file
12
Formula/pstree.rb
Normal 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
|
Loading…
Reference in a new issue