homebrew-core/Formula/swaks.rb
Matt Robenolt 913f85fbd6 Swaks 20120320
Closes Homebrew/homebrew#11497.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 21:29:59 -07:00

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