2010-03-12 10:14:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Contacts < Formula
|
2011-07-30 22:26:25 +00:00
|
|
|
url 'https://github.com/dhess/contacts/tarball/v1.1a'
|
|
|
|
version '1.1a'
|
2010-03-12 10:14:51 +00:00
|
|
|
homepage 'http://www.gnufoo.org/contacts/contacts.html'
|
2011-07-30 22:26:25 +00:00
|
|
|
sha1 '2e5c8b4d9302aa6d3652a559155a95d74b6ffb6c'
|
2010-03-12 10:14:51 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "build/Deployment/contacts"
|
|
|
|
man1.install gzip("contacts.1")
|
|
|
|
end
|
|
|
|
end
|