homebrew-core/Formula/bvi.rb

13 lines
313 B
Ruby
Raw Normal View History

2015-01-02 01:07:58 +00:00
require "formula"
class Bvi < Formula
2015-01-02 01:07:58 +00:00
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