summaryrefslogtreecommitdiff
path: root/homebrew/csvfix/.beer
blob: 2e070af4fafa16241afd5ee493ec8fafd4c2aaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "CsvFix",
    "description": "Tool for manipulating CSV data",
    "url": "https://bitbucket.org/neilb/csvfix/get/version-1.6.tar.gz",
    "mirror": null,
    "homepage": "https://neilb.bitbucket.io/csvfix/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.libcxx",
        "system \"make\", \"lin\"",
        "bin.install \"csvfix/bin/csvfix\""
    ],
    "version": "1.6",
    "file": "csv-fix.rb"
}