aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support/fixtures/receipt.json
blob: a57d6d80d275301640a6222259fa7905e5933300 (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
{
  "homebrew_version": "1.1.6",
  "used_options": [
    "--with-foo",
    "--without-bar"
  ],
  "unused_options": [
    "--with-baz",
    "--without-qux"
  ],
  "built_as_bottle": false,
  "poured_from_bottle": true,
  "changed_files": [
    "INSTALL_RECEIPT.json",
    "bin/foo"
  ],
  "time": 1403827774,
  "HEAD": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
  "alias_path": "/usr/local/Library/Taps/homebrew/homebrew-core/Aliases/test-formula",
  "stdlib": "libcxx",
  "compiler": "clang",
  "runtime_dependencies": [
    {
      "full_name": "foo",
      "version": "1.0"
    }
  ],
  "source": {
      "path": "/usr/local/Library/Taps/homebrew/homebrew-core/Formula/foo.rb",
      "tap": "homebrew/core",
      "spec": "stable",
      "versions": {
        "stable": "2.14",
        "devel": "2.15",
        "head": "HEAD-0000000"
      }
  }
}