vcpkg/ports/yasm/vcpkg.json
Jack·Boos·Yu 7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00

33 lines
689 B
JSON

{
"name": "yasm",
"version": "1.3.0",
"port-version": 5,
"description": "Yasm is a complete rewrite of the NASM assembler under the new BSD License.",
"homepage": "https://github.com/yasm/yasm",
"license": "BSD-2-Clause OR BSD-3-Clause OR Artistic-1.0 OR GPL-2.0-only OR LGPL-2.0-only",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "yasm",
"host": true,
"default-features": false,
"features": [
"tools"
]
}
],
"features": {
"tools": {
"description": "Build yasm tools"
}
}
}