require 'formula' class AardvarkShellUtils < Formula url 'http://downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz' homepage 'http://www.laffeycomputer.com/shellutils.html' sha1 '8cee29059038ebec96c3a97978d18a5a4941da06' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" system "make" system "make install" end end