[libuuid] add license id and use vcpkg_install_copyright() (#32504)

* [libuuid] add license id and use vcpkg_install_copyright()

* Update version database
This commit is contained in:
Marc 2023-07-11 21:35:06 +02:00 committed by GitHub
parent e5f4e66fed
commit 854c5cab1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -35,8 +35,6 @@ endif()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/unofficial-libuuid PACKAGE_NAME unofficial-libuuid)
vcpkg_fixup_pkgconfig()
file(INSTALL
"${SOURCE_PATH}/COPYING"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
vcpkg_copy_pdbs()

View File

@ -1,9 +1,10 @@
{
"name": "libuuid",
"version": "1.0.3",
"port-version": 13,
"port-version": 14,
"description": "Universally unique id library",
"homepage": "https://sourceforge.net/projects/libuuid",
"license": "BSD-3-Clause",
"supports": "!osx & !windows",
"dependencies": [
{

View File

@ -4734,7 +4734,7 @@
},
"libuuid": {
"baseline": "1.0.3",
"port-version": 13
"port-version": 14
},
"libuv": {
"baseline": "1.45.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "09be6774f518692bc418aa03623cc9dbc19e6516",
"version": "1.0.3",
"port-version": 14
},
{
"git-tree": "356948d66a6dd59bd830d26c78d1df673de20ea1",
"version": "1.0.3",