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-09-17 20:54:02 +00:00
|
|
|
url 'https://bitbucket.org/neilb/csvfix/get/version-1.3.zip'
|
|
|
|
sha1 '9d8c4c38abf4be722eb6e3fc967fd2eeb3bd2299'
|
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
|