vcpkg/ports/libsmb2/vcpkg.json

18 lines
340 B
JSON
Raw Normal View History

{
"name": "libsmb2",
2023-10-10 06:15:30 +08:00
"version-date": "2023-08-11",
"description": "SMB2/3 Userspace Client",
"homepage": "https://github.com/sahlberg/libsmb2",
2023-10-10 06:15:30 +08:00
"license": "LGPL-2.1-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}