From 08306c3129a1c03e5dcc2597befd9d70fb53cbe3 Mon Sep 17 00:00:00 2001 From: Philip Weaver Date: Fri, 25 Sep 2009 22:54:53 -0700 Subject: 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. --- Library/Formula/aspell.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/aspell.rb (limited to 'Library/Formula') diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb new file mode 100644 index 000000000..2caeff5a2 --- /dev/null +++ b/Library/Formula/aspell.rb @@ -0,0 +1,13 @@ +require 'brewkit' + +class Aspell