Added CSVfix
CSVfix is a command-line stream editor specifically designed to deal with CSV data. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
edd77478cc
commit
34b5310eed
1 changed files with 13 additions and 0 deletions
13
Formula/csv-fix.rb
Normal file
13
Formula/csv-fix.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class CsvFix <Formula
|
||||
url 'http://csvfix.googlecode.com/files/csvfix_src_097a.zip'
|
||||
homepage 'http://code.google.com/p/csvfix/'
|
||||
version '0.97a'
|
||||
sha1 'f990ba6676159dc27e0d90aee02d1eb043140c5f'
|
||||
|
||||
def install
|
||||
system "make lin"
|
||||
bin.install 'bin/csvfix'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue