diff options
Diffstat (limited to 'vcpkg/ports/yasm-tool-helper/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yasm-tool-helper/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/yasm-tool-helper/vcpkg.json b/vcpkg/ports/yasm-tool-helper/vcpkg.json new file mode 100644 index 0000000..dcc112c --- /dev/null +++ b/vcpkg/ports/yasm-tool-helper/vcpkg.json @@ -0,0 +1,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" + ] + } + ] +} |