diff options
Diffstat (limited to 'vcpkg/ports/libmodplug/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmodplug/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libmodplug/vcpkg.json b/vcpkg/ports/libmodplug/vcpkg.json new file mode 100644 index 0000000..0a34096 --- /dev/null +++ b/vcpkg/ports/libmodplug/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "libmodplug", + "version": "0.8.9.0", + "port-version": 15, + "description": "The ModPlug mod file playing library.", + "homepage": "https://github.com/Konstanty/libmodplug", + "license": null, + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |