Skip to content

Instantly share code, notes, and snippets.

@cypriss
Last active December 18, 2015 14:59
Show Gist options
  • Save cypriss/5801109 to your computer and use it in GitHub Desktop.
Save cypriss/5801109 to your computer and use it in GitHub Desktop.
require 'formula'
class Sphinx < Formula
url 'http://sphinxsearch.com/files/archive/sphinx-0.9.9.tar.gz'
homepage 'http://www.sphinxsearch.com'
md5 '7b9b618cb9b378f949bb1b91ddcc4f54'
depends_on 'mysql'
def install
system "./configure"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment