diff options
Diffstat (limited to 'vcpkg/ports/vs-yasm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vs-yasm/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/vs-yasm/vcpkg.json b/vcpkg/ports/vs-yasm/vcpkg.json new file mode 100644 index 0000000..3a9192b --- /dev/null +++ b/vcpkg/ports/vs-yasm/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "vs-yasm", + "version": "0.5.0", + "port-version": 2, + "description": "Provides Visual Studio integration for the YASM assembler.", + "homepage": "https://github.com/ShiftMediaProject/VSYASM", + "supports": "windows & !arm" +} |