aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Robenolt2012-04-06 21:53:48 -0400
committerAdam Vandenberg2012-04-18 21:29:59 -0700
commit446cfdfee2cec8fb893f73d781c2c48ba85bb0ed (patch)
tree86eff29877a3b26a90920316ab3f5ab1b3c07add
parentf35cea4a84ceea0780d37803d67ff138488445fd (diff)
downloadhomebrew-446cfdfee2cec8fb893f73d781c2c48ba85bb0ed.tar.bz2
Swaks 20120320
Closes #11497. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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