diff options
| author | Matt Robenolt | 2012-04-06 21:53:48 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-18 21:29:59 -0700 |
| commit | 446cfdfee2cec8fb893f73d781c2c48ba85bb0ed (patch) | |
| tree | 86eff29877a3b26a90920316ab3f5ab1b3c07add /Library | |
| parent | f35cea4a84ceea0780d37803d67ff138488445fd (diff) | |
| download | homebrew-446cfdfee2cec8fb893f73d781c2c48ba85bb0ed.tar.bz2 | |
Swaks 20120320
Closes #11497.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/swaks.rb | 11 |
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 |
