mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:03:02 +08:00
[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:
parent
e5f4e66fed
commit
854c5cab1a
@ -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()
|
||||
|
@ -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": [
|
||||
{
|
||||
|
@ -4734,7 +4734,7 @@
|
||||
},
|
||||
"libuuid": {
|
||||
"baseline": "1.0.3",
|
||||
"port-version": 13
|
||||
"port-version": 14
|
||||
},
|
||||
"libuv": {
|
||||
"baseline": "1.45.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "09be6774f518692bc418aa03623cc9dbc19e6516",
|
||||
"version": "1.0.3",
|
||||
"port-version": 14
|
||||
},
|
||||
{
|
||||
"git-tree": "356948d66a6dd59bd830d26c78d1df673de20ea1",
|
||||
"version": "1.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user