From 2cc55a9622de32488bbc05e40bf6eab854cf9dea Mon Sep 17 00:00:00 2001 From: Matt Stump Date: Fri, 10 May 2013 08:53:18 -0700 Subject: cityhash 1.1.0 Closes #19718. Signed-off-by: Misty De Meo --- Library/Formula/cityhash.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/cityhash.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cityhash.rb b/Library/Formula/cityhash.rb new file mode 100644 index 000000000..3a9674260 --- /dev/null +++ b/Library/Formula/cityhash.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Cityhash < Formula + homepage 'https://code.google.com/p/cityhash/' + url 'https://cityhash.googlecode.com/files/cityhash-1.1.0.tar.gz' + sha1 '83ce3fd30a6454e1e2b1a531731a76ba74650889' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + + system "make", "install" + end +end -- cgit v1.2.3