homebrew-core/Formula/sendemail.rb
Parker Moore bb3ba860d2 SendEmail 1.56
Closes Homebrew/homebrew#18339.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-16 13:01:29 -07:00

15 lines
349 B
Ruby

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