diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-09-08 12:40:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 21:40:10 -0700 |
| commit | 8ef3e28099e0d807c6be79520ed217dbcc5c4e85 (patch) | |
| tree | f32d007a0770658982ac5f5cebab58d6a9539c8c /ports/libqrencode/vcpkg.json | |
| parent | 4814a512905e288df1b5d544e60775abcc5a1ca0 (diff) | |
| download | vcpkg-8ef3e28099e0d807c6be79520ed217dbcc5c4e85.tar.gz vcpkg-8ef3e28099e0d807c6be79520ed217dbcc5c4e85.zip | |
[libuv/librsync/libqrencode] Update to latest release version (#19972)
* [libuv/librsync/libqrencode] Update to latest release version
* Update the baseline version
* [libuv] Add new source file epoll.c
* Update the source
* Small changes
Diffstat (limited to 'ports/libqrencode/vcpkg.json')
| -rw-r--r-- | ports/libqrencode/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ports/libqrencode/vcpkg.json b/ports/libqrencode/vcpkg.json new file mode 100644 index 000000000..e9f572ad9 --- /dev/null +++ b/ports/libqrencode/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "libqrencode", + "version-semver": "4.1.1", + "description": "libqrencode - a fast and compact QR Code encoding library", + "homepage": "https://github.com/fukuchi/libqrencode", + "dependencies": [ + "libiconv", + "libpng", + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "tool": { + "description": "Build qrencode tool", + "dependencies": [ + { + "name": "getopt", + "platform": "windows" + } + ] + } + } +} |
