Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Added sendEmail command.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Mar 8, 2013
1 parent 8dcace7 commit 7017ff3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/sendemail.rb
Original file line number Diff line number Diff line change
@@ -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 "sendEmail"
end
end

0 comments on commit 7017ff3

Please sign in to comment.