vcpkg/ports/quill/portfile.cmake
Rémy Tassoux f7e7858338
[quill] Update to 4.3.0 (#39049)
Update quill port from 4.1.0 to 4.3.0:
https://github.com/odygrd/quill/releases/tag/v4.3.0
https://github.com/odygrd/quill/releases/tag/v4.2.1
https://github.com/odygrd/quill/releases/tag/v4.2.0

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-02 22:14:47 -07:00

12 lines
415 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO odygrd/quill
REF v${VERSION}
SHA512 2d6d635397d57fd876ac237402138fb6b6abe9297b033473b8979cb6a1584c276fc805d8469dd851e108388310271cc691310469b8494016ff5f195944c0ede8
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/quill/include/ DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")