[qoixx] New port (#33102)

* [qoixx] New port

* add header-only comment

* update version database
This commit is contained in:
Weihang Ding 2023-08-15 03:04:59 +08:00 committed by GitHub
parent 0fa8459cf3
commit 4e2b371cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wx257osn2/qoixx
REF eac3b33fbcb96a2664c00c24fe4e3e0d35cc7a7e # committed on 2022-12-07
SHA512 5dd379036e064527cb25376864fb6e6cb3d461baf95a6c98148202a8072f049ae0edfbac17bf76550eeb1f367d2426b6edd0a86b9231d50bb66771878df207c4
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/include/qoixx.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

7
ports/qoixx/vcpkg.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "qoixx",
"version-date": "2022-12-07",
"description": "Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20",
"homepage": "https://github.com/wx257osn2/qoixx",
"license": "MIT"
}

View File

@ -6628,6 +6628,10 @@
"baseline": "2023-08-10",
"port-version": 0
},
"qoixx": {
"baseline": "2022-12-07",
"port-version": 0
},
"qpid-proton": {
"baseline": "0.38.0",
"port-version": 1

9
versions/q-/qoixx.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "6f87694d4959ad4f4cd207b7225b73c113157855",
"version-date": "2022-12-07",
"port-version": 0
}
]
}