diff options
Diffstat (limited to 'vcpkg/ports/clipboardxx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/clipboardxx/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/clipboardxx/vcpkg.json b/vcpkg/ports/clipboardxx/vcpkg.json new file mode 100644 index 0000000..e069159 --- /dev/null +++ b/vcpkg/ports/clipboardxx/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "clipboardxx", + "version": "0.5", + "port-version": 1, + "description": "Header only, lightweight and cross platform C++ library for copy and paste text from clipboard.", + "homepage": "https://github.com/Arian8j2/ClipboardXX", + "license": "MIT", + "supports": "!osx & !android", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |