913f85fbd6
Closes Homebrew/homebrew#11497. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
251 B
Ruby
11 lines
251 B
Ruby
require 'formula'
|
|
|
|
class Swaks < Formula
|
|
homepage 'http://www.jetmore.org/john/code/swaks/'
|
|
url 'http://jetmore.org/john/code/swaks/swaks-20120320.0.tar.gz'
|
|
md5 '1c0b8cfc92aa4a36f3136c15d4f87e9b'
|
|
|
|
def install
|
|
bin.install 'swaks'
|
|
end
|
|
end
|