Skip to content

Commit

Permalink
[rsig] Adds new port rsig v0.1.0 (microsoft#24246)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
rioki authored Apr 20, 2022
1 parent c0c7d23 commit 7ef0c78
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ports/rsig/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 7 additions & 0 deletions ports/rsig/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "rsig",
"version-semver": "0.1.0",
"description": "rioki's signal library",
"homepage": "https://github.com/rioki/rsig",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/r-/rsig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "ead8c39f676072093b0b65df27d2f34414ef056a",
"version-semver": "0.1.0",
"port-version": 0
}
]
}

0 comments on commit 7ef0c78

Please sign in to comment.