diff options
Diffstat (limited to 'vcpkg/ports/dacap-clip/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dacap-clip/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/dacap-clip/vcpkg.json b/vcpkg/ports/dacap-clip/vcpkg.json new file mode 100644 index 0000000..9a5f131 --- /dev/null +++ b/vcpkg/ports/dacap-clip/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "dacap-clip", + "version": "1.12", + "description": "Cross-platform C++ library to copy/paste clipboard content.", + "homepage": "https://github.com/dacap/clip", + "license": "MIT", + "supports": "!android & !uwp", + "dependencies": [ + "libpng", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |