From 2a5b608e1105ef50d7820c2fbb2590dec293240a Mon Sep 17 00:00:00 2001 From: Torsten Curdt Date: Tue, 20 Oct 2009 14:41:16 +0200 Subject: Add lesspipe 1.7.0 brew --- Library/Formula/lesspipe.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/lesspipe.rb (limited to 'Library/Formula') diff --git a/Library/Formula/lesspipe.rb b/Library/Formula/lesspipe.rb new file mode 100644 index 000000000..5218af741 --- /dev/null +++ b/Library/Formula/lesspipe.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Lesspipe < Formula + homepage 'http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html' + url 'ftp://ftp.ifh.de/pub/unix/utility/lesspipe-1.70.tar.gz' + md5 '1eefbc1a4d95bb0726fc23ff5c66fc2e' + + def install + system "./configure", "--prefix=#{prefix}", "--default" + man1.mkpath + system "make install" + end +end -- cgit v1.2.3