summaryrefslogtreecommitdiff
path: root/homebrew/htslib/.beer
blob: bf4d63e8cce97fb5b952bec91a49b274c8a67371 (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": "Htslib",
    "description": "C library for high-throughput sequencing data formats",
    "url": "https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2",
    "mirror": null,
    "homepage": "https://www.htslib.org/",
    "depends": [
        {
            "depend": "xz",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"test\""
    ],
    "version": "1.9",
    "file": "htslib.rb"
}