[asynch,minimp3]Change copyright path and name. (#8371)

* [asynch,minimp3]Change copyright path and name.

* [asynch,minimp3]Update version.

* [winreg]Change copyright path and name,Update version.
This commit is contained in:
Alvin 2019-09-29 17:30:06 +08:00 committed by Griffin Downs
parent 719c9f9ef8
commit e81eceefa7
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Source: asynch
Version: 2019-09-21
Version: 2019-09-21-1
Homepage: https://github.com/naasking/async.h
Description: Async.h - asynchronous, stackless subroutines.

View File

@ -12,4 +12,4 @@ vcpkg_from_github(
file(COPY ${SOURCE_PATH}/async/async.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -1,4 +1,4 @@
Source: minimp3
Version: 2019-07-24
Version: 2019-07-24-1
Homepage: https://github.com/lieff/minimp3
Description: Minimalistic, single-header library for decoding MP3. minimp3 is designed to be small, fast (with SSE and NEON support), and accurate (ISO conformant).

View File

@ -12,4 +12,4 @@ file(COPY ${SOURCE_PATH}/minimp3.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/$
file(COPY ${SOURCE_PATH}/minimp3_ex.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -1,4 +1,4 @@
Source: winreg
Version: 1.2.1
Version: 1.2.1-1
Homepage: https://github.com/GiovanniDicanio/WinReg
Description: High-level C++ wrapper around the Windows Registry C API.

View File

@ -18,4 +18,4 @@ vcpkg_from_github(
file(COPY ${SOURCE_PATH}/WinReg/WinReg/WinReg.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)