diff options
Diffstat (limited to 'vcpkg/ports/qoixx')
| -rw-r--r-- | vcpkg/ports/qoixx/portfile.cmake | 13 | ||||
| -rw-r--r-- | vcpkg/ports/qoixx/vcpkg.json | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/qoixx/portfile.cmake b/vcpkg/ports/qoixx/portfile.cmake new file mode 100644 index 0000000..d1554e5 --- /dev/null +++ b/vcpkg/ports/qoixx/portfile.cmake @@ -0,0 +1,13 @@ +#header-only library + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO wx257osn2/qoixx + REF v${VERSION} + SHA512 1d2ef5d60ab89f2b284d919870eb7fac3adc6e36102d69c750341827564374038454497378e7b40bca2f34446bc5e1da9f046752ee6bc3a03956b4469948f1af + HEAD_REF master +) + +file(INSTALL "${SOURCE_PATH}/include/qoixx.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include") + +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/vcpkg/ports/qoixx/vcpkg.json b/vcpkg/ports/qoixx/vcpkg.json new file mode 100644 index 0000000..50e7a89 --- /dev/null +++ b/vcpkg/ports/qoixx/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "qoixx", + "version": "0.1.7", + "description": "Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20", + "homepage": "https://github.com/wx257osn2/qoixx", + "license": "MIT" +} |