From fc54ab8b994fb577a9b1dba548ed4366a31f193c Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Fri, 30 Apr 2010 21:07:04 -0400 Subject: Add a new formula for abook From abook's website (http://abook.sourceforge.net/): Abook is a text-based addressbook program designed to use with mutt mail client. Abook runs on Linux, FreeBSD and some other UNIXes. Probably not the world's most important package, but I can't be the only mutt-user who missed it. Signed-off-by: Adam Vandenberg --- Library/Formula/abook.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/abook.rb (limited to 'Library') diff --git a/Library/Formula/abook.rb b/Library/Formula/abook.rb new file mode 100644 index 000000000..0c6225e74 --- /dev/null +++ b/Library/Formula/abook.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Abook