diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qoi | |
Diffstat (limited to 'vcpkg/ports/qoi')
| -rw-r--r-- | vcpkg/ports/qoi/portfile.cmake | 13 | ||||
| -rw-r--r-- | vcpkg/ports/qoi/vcpkg.json | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/qoi/portfile.cmake b/vcpkg/ports/qoi/portfile.cmake new file mode 100644 index 0000000..6fedd4d --- /dev/null +++ b/vcpkg/ports/qoi/portfile.cmake @@ -0,0 +1,13 @@ +#header-only library + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO phoboslab/qoi + REF 19b3b4087b66963a3699ee45f05ec9ef205d7c0e # committed on 2023-08-10 + SHA512 8131031ba4b3b3c50838eb83db44bed0bf2e3fc820f18a9e48202801aebef4179f9b465354487070d7bc1feea79461abe581eecde00d61a21e27fe2b8a52699f + HEAD_REF master +) + +file(INSTALL "${SOURCE_PATH}/qoi.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include") + +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/vcpkg/ports/qoi/vcpkg.json b/vcpkg/ports/qoi/vcpkg.json new file mode 100644 index 0000000..465e4e1 --- /dev/null +++ b/vcpkg/ports/qoi/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "qoi", + "version-date": "2023-08-10", + "description": "The Quite OK Image Format for fast, lossless image compression", + "homepage": "https://qoiformat.org/", + "license": "MIT" +} |