avro-c 1.7.7
This commit is contained in:
parent
4deb0314c3
commit
1d2cd8b318
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class AvroC < Formula
|
||||
homepage 'http://avro.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/c/avro-c-1.7.6.tar.gz'
|
||||
sha1 '890fb6e2fd5c12018e47b8fff49900a361a44a17'
|
||||
homepage "http://avro.apache.org/"
|
||||
url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/c/avro-c-1.7.7.tar.gz"
|
||||
sha1 "cbb698682d662c5e0abec023dcd37ce1f3db80d4"
|
||||
|
||||
# probably should be an optional dep
|
||||
conflicts_with 'xz'
|
||||
conflicts_with "xz"
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue