aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/yasm-tool-helper/vcpkg.json
blob: dcc112ce379c14b5b33b0ddd301dfeb2ef1c0c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "yasm-tool-helper",
  "version-date": "2020-03-11",
  "port-version": 1,
  "description": "Backfill that depends on yasm:host",
  "homepage": "https://github.com/Microsoft/vcpkg",
  "dependencies": [
    {
      "name": "yasm",
      "host": true,
      "features": [
        "tools"
      ]
    }
  ]
}