From 7c6da32c17e59e38ab68434cfb94c792266d9b6f Mon Sep 17 00:00:00 2001 From: Jelle Schühmacher Date: Wed, 9 Jun 2010 17:06:07 +0200 Subject: New formula: HeVeA HEVEA is a quite complete and fast LATEX to HTML translator. Signed-off-by: Adam Vandenberg --- Library/Formula/hevea.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/hevea.rb (limited to 'Library/Formula') diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb new file mode 100644 index 000000000..7b79c7afe --- /dev/null +++ b/Library/Formula/hevea.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Hevea :optional + + def install + inreplace 'Makefile', '/usr/local', "#{prefix}" + system "make" + system "make install" + end +end -- cgit v1.2.3