homebrew-core/Formula/ekhtml.rb

14 lines
445 B
Ruby
Raw Normal View History

class Ekhtml < Formula
desc "Forgiving SAX-style HTML parser"
homepage "http://ekhtml.sourceforge.net/"
url "https://downloads.sourceforge.net/project/ekhtml/ekhtml/0.3.2/ekhtml-0.3.2.tar.gz"
sha256 "1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6"
def install
ENV.j1
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"
end
end