vcpkg/ports/yasm-tool-helper/vcpkg.json
Jack·Boos·Yu b7a1088ae9
[yasm/yasm-tool] Incorporate yasm-tool into yasm (#23218)
* [yasm/yasm-tool] Incorporate yasm-tool into yasm

* version

* Fix merge issue

* version

* Add missing dependency feature

* version

* Apply suggestions

* version
2022-02-24 10:50:02 -08:00

17 lines
316 B
JSON

{
"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"
]
}
]
}