diff options
| author | Rémi Prévost | 2010-02-21 11:49:29 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-24 16:11:12 -0800 |
| commit | 8b2db991e8662496d2bfada7ae6bb4c06d54e0b4 (patch) | |
| tree | a32aa0bbe4ebe47c53a29f74692f3c49c572a468 /Library | |
| parent | 2c7b412c2ae38e5b22f7babf50f79dd83c9c83c2 (diff) | |
| download | homebrew-8b2db991e8662496d2bfada7ae6bb4c06d54e0b4.tar.bz2 | |
Growlme
Growlme is a simple command-line tool to execute a command in a subshell
and notify growl of success or failure.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/growlme.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/growlme.rb b/Library/Formula/growlme.rb new file mode 100644 index 000000000..14138dc6e --- /dev/null +++ b/Library/Formula/growlme.rb @@ -0,0 +1,10 @@ +require 'formula' + +class Growlme <Formula + head 'git://github.com/robey/growlme.git' + homepage 'http://github.com/robey/growlme' + + def install + bin.install "growlme" + end +end |
