aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/swaks.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/swaks.rb b/Library/Formula/swaks.rb
new file mode 100644
index 000000000..5854f47b6
--- /dev/null
+++ b/Library/Formula/swaks.rb
@@ -0,0 +1,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