aboutsummaryrefslogtreecommitdiff
path: root/ports/libsmb2/vcpkg.json
blob: 4b5b2b9a984f1f8572993ca81e0960a5c53eb454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libsmb2",
  "version-date": "2021-04-29",
  "description": "SMB2/3 Userspace Client",
  "homepage": "https://github.com/sahlberg/libsmb2",
  "supports": "!osx",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}