vcpkg/ports/libuuid/vcpkg.json
Marc 854c5cab1a
[libuuid] add license id and use vcpkg_install_copyright() (#32504)
* [libuuid] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 12:35:06 -07:00

20 lines
391 B
JSON

{
"name": "libuuid",
"version": "1.0.3",
"port-version": 14,
"description": "Universally unique id library",
"homepage": "https://sourceforge.net/projects/libuuid",
"license": "BSD-3-Clause",
"supports": "!osx & !windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}