mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[ruapu] Add new port (#42915)
This commit is contained in:
14
ports/ruapu/portfile.cmake
Normal file
14
ports/ruapu/portfile.cmake
Normal 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
7
ports/ruapu/vcpkg.json
Normal 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"
|
||||
}
|
||||
@@ -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
9
versions/r-/ruapu.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7a70de92d2e605300b4cb147b32a11db159d6db7",
|
||||
"version": "0.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user