diff options
Diffstat (limited to 'vcpkg/ports/libopensp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libopensp/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/libopensp/vcpkg.json b/vcpkg/ports/libopensp/vcpkg.json new file mode 100644 index 0000000..51799fd --- /dev/null +++ b/vcpkg/ports/libopensp/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "libopensp", + "version": "1.5.2", + "port-version": 4, + "description": "SGML parser algorithm", + "homepage": "https://openjade.sourceforge.net", + "license": "MIT", + "dependencies": [ + { + "name": "gettext", + "platform": "!(windows | uwp)" + }, + { + "name": "vcpkg-cmake", + "host": true, + "platform": "windows" + }, + { + "name": "vcpkg-cmake-config", + "host": true, + "platform": "windows" + } + ] +} |