2010-09-17 18:07:00 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class CsvFix < Formula
|
2010-09-17 18:07:00 +00:00
|
|
|
homepage 'http://code.google.com/p/csvfix/'
|
2013-02-05 13:55:59 +00:00
|
|
|
url 'http://csvfix.googlecode.com/files/csvfix_src_120.zip'
|
|
|
|
version '1.20'
|
|
|
|
sha1 'ec0b6d491429d908a9208d6e474591f30dec654c'
|
2010-09-17 18:07:00 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make lin"
|
2011-08-17 02:27:40 +00:00
|
|
|
bin.install 'csvfix/bin/csvfix'
|
2010-09-17 18:07:00 +00:00
|
|
|
end
|
|
|
|
end
|