Added contacts.
The utility contacts affords easy access to information in the AddressBook database from the shell. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
681d19173a
commit
0ebfb2a582
1 changed files with 13 additions and 0 deletions
13
Formula/contacts.rb
Normal file
13
Formula/contacts.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue