diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/yasm/vcpkg.json | |
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" + } + } +} |