Reformat c-ares
This commit is contained in:
parent
89e3678bfd
commit
17bd7fc2a4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class CAres <Formula
|
||||
@url='http://c-ares.haxx.se/c-ares-1.6.0.tar.gz'
|
||||
@homepage='http://c-ares.haxx.se/'
|
||||
@md5='4503b0db3dd79d3c1f58d87722dbab46'
|
||||
url 'http://c-ares.haxx.se/c-ares-1.6.0.tar.gz'
|
||||
homepage 'http://c-ares.haxx.se/'
|
||||
md5 '4503b0db3dd79d3c1f58d87722dbab46'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue