homebrew-core/Formula/cfv.rb
mhemeryck f61df58e84 cfv 1.18.3
Closes Homebrew/homebrew#25116.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-11 19:39:52 -08:00

12 lines
290 B
Ruby

require 'formula'
class Cfv < Formula
homepage 'http://cfv.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/cfv/cfv/1.18.3/cfv-1.18.3.tar.gz'
sha1 '8f3361fb9c13fe2645f1df8c177c61459f50e846'
def install
man1.install gzip("cfv.1")
bin.install "cfv"
end
end