Last active
March 8, 2016 19:14
Revisions
-
kmullin revised this gist
Sep 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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' -
kmullin revised this gist
Sep 17, 2013 . 2 changed files with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ require 'formula' class Sphinx < Formula url 'http://sphinxsearch.com/files/archive/sphinx-0.9.9.tar.gz' homepage 'http://www.sphinxsearch.com' md5 'bf0e71dee597220e1948c15b041ab056' depends_on 'mysql' def install system "./configure" system "make install" end end -
kmullin created this gist
Sep 17, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ require 'formula' class Sphinx < Formula url 'http://sphinxsearch.com/files/archive/sphinx-0.9.9.tar.gz' homepage 'http://www.sphinxsearch.com' md5 'bf0e71dee597220e1948c15b041ab056' depends_on 'mysql' def install system "./configure" system "make install" end end