зеркало из https://github.com/microsoft/vcpkg.git
[rsig] Adds new port rsig v0.1.0 (#24246)
* Adds rsig v0.1.0 * Applies automated code reviews. - updates new cmake invocation - adds license field vcpkg.json * Fixes versions. * Remove CMakeList and cmake dependency. * Fix version.
This commit is contained in:
Родитель
c0c7d23949
Коммит
7ef0c787df
|
@ -0,0 +1,10 @@
|
|||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO rioki/rsig
|
||||
REF v0.1.0
|
||||
SHA512 73de6dfe0b18f141a388c9307d8dff9a0709ceb758f58c474a7ddc5d9d77f2f8808fe4d78f3ad88466f81ca61b15ae3504255595d78387b23f87974de46d1d2b
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/rsig/rsig.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/rsig)
|
||||
|
||||
configure_file(${SOURCE_PATH}/README.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "rsig",
|
||||
"version-semver": "0.1.0",
|
||||
"description": "rioki's signal library",
|
||||
"homepage": "https://github.com/rioki/rsig",
|
||||
"license": "MIT"
|
||||
}
|
|
@ -6232,6 +6232,10 @@
|
|||
"baseline": "0.0.7",
|
||||
"port-version": 1
|
||||
},
|
||||
"rsig": {
|
||||
"baseline": "0.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"rsm-binary-io": {
|
||||
"baseline": "2.0.4",
|
||||
"port-version": 1
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ead8c39f676072093b0b65df27d2f34414ef056a",
|
||||
"version-semver": "0.1.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче