mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:39:03 +08:00
37b323648a
* [yasm] Fix feature tools * version * update baseline * fix arm build, add host dependency * version * Fix desc * update baseline * Remove arm fix patch * version * Fix build, apply suggestions * version * Add line break * version * Set tools as a feature * version * Remove remaining ci.baseline.txt entry. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
28 lines
541 B
JSON
28 lines
541 B
JSON
{
|
|
"name": "yasm",
|
|
"version-string": "1.3.0",
|
|
"port-version": 2,
|
|
"description": "Yasm is a complete rewrite of the NASM assembler under the new BSD License.",
|
|
"homepage": "https://github.com/yasm/yasm",
|
|
"supports": "windows & !uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "yasm",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build yasm tools"
|
|
}
|
|
}
|
|
}
|