msmtp formula.
An SMTP client with a sendmail compatible interface.
This commit is contained in:
parent
042a722cf1
commit
0004d67e9f
1 changed files with 12 additions and 0 deletions
12
Formula/msmtp.rb
Normal file
12
Formula/msmtp.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Msmtp <Formula
|
||||
url 'http://downloads.sourceforge.net/project/msmtp/msmtp/1.4.19/msmtp-1.4.19.tar.bz2'
|
||||
homepage 'http://msmtp.sourceforge.net'
|
||||
md5 'f0afdc943bf7c8a3a3bf3fe1a73072c4'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue