aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.json
blob: d800c257aa41bbefc2fc0cca38acdcb6424930aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "$schema": "./vagrant-vm-configuration.schema.json",
  "brew": [
    "autoconf",
    "automake",
    "bison",
    "gettext",
    "gfortran",
    "gperf",
    "gtk-doc",
    "libtool",
    "meson",
    "mono",
    "nasm",
    "pkg-config",
    "yasm"
  ],
  "brew-cask": [
    "powershell"
  ]
}