blob: 5854f47b6abf421159c2797490cebc6537504628 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | 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
 |