Add sintra port (#49312)

This commit is contained in:
Ioannis Makris
2026-01-10 10:30:50 +01:00
committed by GitHub
parent aebdcca383
commit 683d64cebe
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO imakris/sintra
REF "v${VERSION}"
SHA512 D7553213D0828EC8C8C58509B46CE2C12E3B7182E6AD5E8B145C5CC5401E9612B5D5B539341A5C5DCFE95F6EBE8AB7B6E4341AF25D17D0BAF2E6C0CF754BE277
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

8
ports/sintra/vcpkg.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "sintra",
"version": "1.0.1",
"description": "Header-only C++17 IPC library using shared-memory ring buffers.",
"homepage": "https://github.com/imakris/sintra",
"license": "BSD-2-Clause",
"supports": "!android"
}

View File

@@ -9092,6 +9092,10 @@
"baseline": "6.0.0",
"port-version": 0
},
"sintra": {
"baseline": "1.0.1",
"port-version": 0
},
"sjpeg": {
"baseline": "2021-10-31",
"port-version": 0

14
versions/s-/sintra.json Normal file
View File

@@ -0,0 +1,14 @@
{
"versions": [
{
"git-tree": "ee2758941f1154478bef2cb1fdd630f12d8f809e",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "85116101e09c4f713f647d82c471fcf6aaf72501",
"version": "1.0.0",
"port-version": 0
}
]
}