diff options
Diffstat (limited to 'vcpkg/ports/librsync/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/librsync/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/librsync/vcpkg.json b/vcpkg/ports/librsync/vcpkg.json new file mode 100644 index 0000000..0287ac3 --- /dev/null +++ b/vcpkg/ports/librsync/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "librsync", + "version-semver": "2.3.4", + "description": "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications.", + "homepage": "http://librsync.sourcefrog.net/", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |