summaryrefslogtreecommitdiff
path: root/homebrew/dcm2niix/.beer
blob: 05702e1e6975d0e87105956f58ed8347da5a1df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "name": "Dcm2niix",
    "description": "DICOM to NIfTI converter",
    "url": "https://github.com/rordenlab/dcm2niix/archive/v1.0.20181125.tar.gz",
    "mirror": null,
    "homepage": "https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "sample.dcm",
            "url": "https://raw.githubusercontent.com/dangom/sample-dicom/master/MR000000.dcm"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.0.20181125",
    "file": "dcm2niix.rb"
}