summaryrefslogtreecommitdiff
path: root/homebrew/bamtools/.beer
blob: 2123d9dd1893eee429d6a99162aff11e7dc28d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Bamtools",
    "description": "C++ API and command-line toolkit for BAM data",
    "url": "https://github.com/pezmaster31/bamtools/archive/v2.5.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/pezmaster31/bamtools",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.5.1",
    "file": "bamtools.rb"
}