homebrew-core/Formula/swish-e.rb
Joe Alba dc39bcacdb Homebrew formula contribution: Swish-e
Swish-e: Simple Web Indexing System for Humans - Enhanced
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 20:10:17 -07:00

14 lines
317 B
Ruby

require 'formula'
class SwishE <Formula
url 'http://swish-e.org/distribution/swish-e-2.4.7.tar.gz'
homepage 'http://swish-e.org/'
md5 '736db7a65aed48bb3e2587c52833642d'
depends_on 'libxml2'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end