diff options
Diffstat (limited to 'ports/yasm')
| -rw-r--r-- | ports/yasm/CONTROL | 5 | ||||
| -rw-r--r-- | ports/yasm/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/yasm/CONTROL b/ports/yasm/CONTROL deleted file mode 100644 index bdcaaea9f..000000000 --- a/ports/yasm/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: yasm -Version: 1.3.0 -Homepage: https://github.com/yasm/yasm -Description: Yasm is a complete rewrite of the NASM assembler under the “new” BSD License. -Supports: windows & !uwp & !arm
\ No newline at end of file diff --git a/ports/yasm/vcpkg.json b/ports/yasm/vcpkg.json new file mode 100644 index 000000000..6a0176dd8 --- /dev/null +++ b/ports/yasm/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "yasm", + "version-string": "1.3.0", + "port-version": 1, + "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" +} |
