mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
b7a1088ae9
* [yasm/yasm-tool] Incorporate yasm-tool into yasm * version * Fix merge issue * version * Add missing dependency feature * version * Apply suggestions * version
17 lines
316 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|