diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pstree.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/pstree.rb b/Library/Formula/pstree.rb new file mode 100644 index 000000000..a2bd51575 --- /dev/null +++ b/Library/Formula/pstree.rb @@ -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 |
