mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
854c5cab1a
* [libuuid] add license id and use vcpkg_install_copyright() * Update version database
20 lines
391 B
JSON
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
|
|
}
|
|
]
|
|
}
|