diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cfv.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/cfv.rb b/Library/Formula/cfv.rb new file mode 100644 index 000000000..a56c6b2bb --- /dev/null +++ b/Library/Formula/cfv.rb @@ -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 |
