diff options
Diffstat (limited to 'vcpkg/ports/yasm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yasm/vcpkg.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vcpkg/ports/yasm/vcpkg.json b/vcpkg/ports/yasm/vcpkg.json new file mode 100644 index 0000000..7393149 --- /dev/null +++ b/vcpkg/ports/yasm/vcpkg.json @@ -0,0 +1,36 @@ +{ + "name": "yasm", + "version": "1.3.0", + "port-version": 7, + "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" + ], + "platform": "!native" + } + ], + "default-features": [ + "tools" + ], + "features": { + "tools": { + "description": "Build yasm tools" + } + } +} |