diff options
Diffstat (limited to 'vcpkg/ports/avisynthplus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/avisynthplus/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/avisynthplus/vcpkg.json b/vcpkg/ports/avisynthplus/vcpkg.json new file mode 100644 index 0000000..57d4e62 --- /dev/null +++ b/vcpkg/ports/avisynthplus/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "avisynthplus", + "version": "3.7.3", + "port-version": 1, + "description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness", + "homepage": "https://avs-plus.net/", + "license": "GPL-2.0", + "supports": "!arm & !uwp & !xbox", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |