homebrew-core/Formula/bvi.rb
Brett Koonce a16281d936 bvi 1.4.0
2015-01-01 20:31:31 -06:00

12 lines
313 B
Ruby

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