From 446cfdfee2cec8fb893f73d781c2c48ba85bb0ed Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Fri, 6 Apr 2012 21:53:48 -0400 Subject: Swaks 20120320 Closes #11497. Signed-off-by: Adam Vandenberg --- Library/Formula/swaks.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/swaks.rb 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 -- cgit v1.2.3