Skip to content

Instantly share code, notes, and snippets.

@kmullin
Last active March 8, 2016 19:14
Show Gist options
  • Save kmullin/6588640 to your computer and use it in GitHub Desktop.
Save kmullin/6588640 to your computer and use it in GitHub Desktop.
sphinx.rb
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