cfv 1.18.3

Closes Homebrew/homebrew#25116.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
mhemeryck 2013-12-10 13:52:16 +01:00 committed by Adam Vandenberg
parent 1f9724f599
commit f61df58e84

12
Formula/cfv.rb Normal file
View file

@ -0,0 +1,12 @@
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