[ruapu] Add new port (#42915)

This commit is contained in:
myd7349
2024-12-31 02:11:54 +08:00
committed by GitHub
parent 8906f18994
commit c2a3eb2d6a
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# header-only library
set(VCPKG_BUILD_TYPE release)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nihui/ruapu
REF "${VERSION}"
SHA512 efc74fde9e08637a5a888cfcbca000c1e7fe8095be5e59415c54c535cc2be496a4efe8aa66aac5dfbb1ae3385ba7762eb8bfd83ddbdf21720c7561707c287e45
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/ruapu.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

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

@@ -0,0 +1,7 @@
{
"name": "ruapu",
"version": "0.1.0",
"description": "Detect CPU features with single-file",
"homepage": "https://github.com/nihui/ruapu",
"license": "MIT"
}

View File

@@ -8088,6 +8088,10 @@
"baseline": "0.9.6+20210811",
"port-version": 1
},
"ruapu": {
"baseline": "0.1.0",
"port-version": 0
},
"rubberband": {
"baseline": "4.0.0",
"port-version": 0

9
versions/r-/ruapu.json Normal file
View File

@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "7a70de92d2e605300b4cb147b32a11db159d6db7",
"version": "0.1.0",
"port-version": 0
}
]
}