aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clipboardxx/vcpkg.json
blob: e0691590ec2521deff8fe499e54709b4a62ef772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}