aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/contacts.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb
new file mode 100644
index 000000000..1b4b3cb94
--- /dev/null
+++ b/Library/Formula/contacts.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Contacts <Formula
+ url 'http://www.gnufoo.org/contacts/contacts1.1.tgz'
+ homepage 'http://www.gnufoo.org/contacts/contacts.html'
+ md5 '37b6a6a0312dabc4ad2ddd8805f93e12'
+
+ def install
+ system "make"
+ bin.install "build/Deployment/contacts"
+ man1.install gzip("contacts.1")
+ end
+end