mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Add sintra port (#49312)
This commit is contained in:
10
ports/sintra/portfile.cmake
Normal file
10
ports/sintra/portfile.cmake
Normal 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
8
ports/sintra/vcpkg.json
Normal 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"
|
||||
}
|
||||
@@ -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
14
versions/s-/sintra.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user