Skip to content

Instantly share code, notes, and snippets.

@andrewgho
andrewgho / sphinx.rb
Last active August 29, 2015 14:06 — forked from pcorliss/sphinx.rb
# Original: https://gist.githubusercontent.com/pcorliss/5628491/raw/eccb38d840734854dd5a10b25e7d52b71612f0d7/sphinx.rb
require 'formula'
class Libstemmer < Formula
# upstream is constantly changing the tarball,
# so doing checksum verification here would require
# constant, rapid updates to this formula.
head 'http://snowball.tartarus.org/dist/libstemmer_c.tgz'
homepage 'http://snowball.tartarus.org/'