cfv 1.18.3
Closes Homebrew/homebrew#25116. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1f9724f599
commit
f61df58e84
1 changed files with 12 additions and 0 deletions
12
Formula/cfv.rb
Normal file
12
Formula/cfv.rb
Normal 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
|
Loading…
Reference in a new issue