[thermadiag-seq] add new port (#47341)

This commit is contained in:
toge
2025-09-27 03:47:11 +09:00
committed by GitHub
parent e6e4bc74aa
commit d702da62fd
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Thermadiag/seq
REF "v${VERSION}"
SHA512 a784727e9b720e811ffd4431b194305fdabd5719abeb69df6d6a85e4f16f796ab702e1c4790a3509f70f52d00f38b1775daab33648b781b7771d165c328692f8
HEAD_REF main
)
set(VCPKG_BUILD_TYPE release) # header-only port
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DSEQ_BUILD_TESTS=OFF
-DSEQ_BUILD_BENCHS=OFF
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME seq CONFIG_PATH lib/cmake/seq)
vcpkg_fixup_pkgconfig()
file(RENAME "${CURRENT_PACKAGES_DIR}/share/pkgconfig/seq.pc" "${CURRENT_PACKAGES_DIR}/share/pkgconfig/${PORT}.pc")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@@ -0,0 +1,17 @@
{
"name": "thermadiag-seq",
"version": "2.0",
"description": "a collection of original C++17 STL-like containers and related tools",
"homepage": "https://github.com/Thermadiag/seq",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@@ -9564,6 +9564,10 @@
"baseline": "1.8.0",
"port-version": 2
},
"thermadiag-seq": {
"baseline": "2.0",
"port-version": 0
},
"think-cell-range": {
"baseline": "2023.1",
"port-version": 1

View File

@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "aefa3441d6dda2749bc6dfe36e7163c468486992",
"version": "2.0",
"port-version": 0
}
]
}