diff options
| author | Michael Hale | 2010-06-03 17:18:45 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-04 22:30:30 -0700 |
| commit | f7dd8eb9ca54db74b8b2012ff8e57400afcc9a83 (patch) | |
| tree | f4bf6019e32430d9b7537c8174c205eab415c1e8 /Library | |
| parent | 3b3e107c5917c5a58b6f52ed2ca416ab61e1e24c (diff) | |
| download | homebrew-f7dd8eb9ca54db74b8b2012ff8e57400afcc9a83.tar.bz2 | |
add psgrep formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/psgrep.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/psgrep.rb b/Library/Formula/psgrep.rb new file mode 100644 index 000000000..cba33c7a4 --- /dev/null +++ b/Library/Formula/psgrep.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Psgrep <Formula + url 'http://psgrep.googlecode.com/files/psgrep-1.0.5.tar.bz2' + head 'http://psgrep.googlecode.com/svn/trunk/' + homepage 'http://code.google.com/p/psgrep/' + md5 'aa09cd7826220fd0ea4c81d74575d065' + + def install + bin.install "psgrep" + man1.install "psgrep.1" + end +end |
