summaryrefslogtreecommitdiff
path: root/homebrew/cspice/.beer
blob: 21ba366c8b48776670be02e722e07e1f59eb8937 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "name": "Cspice",
    "description": "Observation geometry system for robotic space science missions",
    "url": "https://naif.jpl.nasa.gov/pub/naif/toolkit/C/MacIntel_OSX_AppleC_64bit/packages/cspice.tar.Z",
    "mirror": "https://dl.bintray.com/homebrew/mirror/cspice-66.tar.Z",
    "homepage": "https://naif.jpl.nasa.gov/naif/toolkit.html",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "openhmd",
            "reason": "both install `simple` binaries"
        },
        {
            "conflict": "libftdi0",
            "reason": "both install `simple` binaries"
        },
        {
            "conflict": "enscript",
            "reason": "both install `states` binaries"
        },
        {
            "conflict": "fondu",
            "reason": "both install `tobin` binaries"
        }
    ],
    "patches": [],
    "install": [
        "rm_f Dir[\"lib/*\"]",
        "rm_f Dir[\"exe/*\"]",
        "system \"csh\", \"makeall.csh\"",
        "mv \"exe\", \"bin\"",
        "pkgshare.install \"doc\", \"data\"",
        "prefix.install \"bin\", \"include\", \"lib\"",
        "lib.install_symlink \"cspice.a\" => \"libcspice.a\"",
        "lib.install_symlink \"csupport.a\" => \"libcsupport.a\""
    ],
    "version": "1.0-unknown",
    "file": "cspice.rb"
}