From 43f4d5a124ead0de1996c8cbb9fb8a8c8c0d5ab1 Mon Sep 17 00:00:00 2001 From: Philip Weaver Date: Fri, 25 Sep 2009 22:54:53 -0700 Subject: [PATCH] Add Formula for aspell. GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. A pretty vanilla formula. I don't know what configure options would be useful. As it is, it works for me with Emacs. --- Formula/aspell.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Formula/aspell.rb diff --git a/Formula/aspell.rb b/Formula/aspell.rb new file mode 100644 index 00000000000..2caeff5a236 --- /dev/null +++ b/Formula/aspell.rb @@ -0,0 +1,13 @@ +require 'brewkit' + +class Aspell