aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sendemail.rb
diff options
context:
space:
mode:
authorParker Moore2013-02-22 13:46:58 +0100
committerAdam Vandenberg2013-03-16 13:01:29 -0700
commit80431dc5313bcf11241921631e6488bd73e6661d (patch)
treea7d25cae274a7f91c531497ad68ab07713f38fd2 /Library/Formula/sendemail.rb
parent885ebdea7cfbc85359d1bf352052cae96d128c20 (diff)
downloadhomebrew-80431dc5313bcf11241921631e6488bd73e6661d.tar.bz2
SendEmail 1.56
Closes #18339. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sendemail.rb')
-rw-r--r--Library/Formula/sendemail.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/sendemail.rb b/Library/Formula/sendemail.rb
new file mode 100644
index 000000000..c1469f05f
--- /dev/null
+++ b/Library/Formula/sendemail.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Sendemail < Formula
+ homepage 'http://caspian.dotconf.net/menu/Software/SendEmail/'
+ url 'http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz'
+ sha1 '5c7c03ce60785c7b7695ec486c84d6e15704df38'
+
+ def install
+ bin.install 'sendEmail'
+ end
+
+ def test
+ system "#{bin}/sendEmail | cat"
+ end
+end