aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Prévost2010-02-21 11:49:29 -0500
committerAdam Vandenberg2010-02-24 16:11:12 -0800
commit8b2db991e8662496d2bfada7ae6bb4c06d54e0b4 (patch)
treea32aa0bbe4ebe47c53a29f74692f3c49c572a468
parent2c7b412c2ae38e5b22f7babf50f79dd83c9c83c2 (diff)
downloadhomebrew-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>
-rw-r--r--Library/Formula/growlme.rb10
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