Skip to content

Instantly share code, notes, and snippets.

@kmullin
Last active March 8, 2016 19:14

Revisions

  1. kmullin revised this gist Sep 17, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sphinx.rb
    Original 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 'bf0e71dee597220e1948c15b041ab056'
    md5 '7b9b618cb9b378f949bb1b91ddcc4f54'

    depends_on 'mysql'

  2. kmullin revised this gist Sep 17, 2013. 2 changed files with 14 additions and 14 deletions.
    14 changes: 0 additions & 14 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,14 +0,0 @@
    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
    14 changes: 14 additions & 0 deletions sphinx.rb
    Original 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
  3. kmullin created this gist Sep 17, 2013.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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