require "formula" class Bvi < Formula homepage "http://bvi.sourceforge.net" url "https://downloads.sourceforge.net/bvi/bvi-1.4.0.src.tar.gz" sha1 "7b3c0760f0779dba920e08eafcf2fe23a09d70da" def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" end end