mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[qoixx] New port (#33102)
* [qoixx] New port * add header-only comment * update version database
This commit is contained in:
parent
0fa8459cf3
commit
4e2b371cb5
13
ports/qoixx/portfile.cmake
Normal file
13
ports/qoixx/portfile.cmake
Normal 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
7
ports/qoixx/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
9
versions/q-/qoixx.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6f87694d4959ad4f4cd207b7225b73c113157855",
|
||||
"version-date": "2022-12-07",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user