Closed ericfont closed 2 years ago
hmm...it is saying "${CURRENT_PACKAGES_DIR}/share/serial/copyright"...so maybe they want in a file named "copyright", though I have a feeling putting in a "LICENSE" file works too.
actually vcpkg create
autogenerates the following in the autogenerated portfile:
# # Handle copyright
# file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/serial RENAME copyright)
So it looks like "LICENSE" is the default assumed file.
I was seeing if this library could be added to vcpkg but found a little minor issue when testing the install of my vcpkg portfile:
So vcpkg wants the license in its own file apparently.