Skip to content

Commit

Permalink
[rsm-mmio] Add new port (#20336)
Browse files Browse the repository at this point in the history
* add port rsm-mmio

* add versioning

* convert indentation to spaces

* update versioning
  • Loading branch information
Ryan-rsm-McKenzie authored Sep 28, 2021
1 parent 073a476 commit 46e314d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ports/rsm-mmio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
vcpkg_fail_port_install(ON_TARGET "OSX" "UWP")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ryan-rsm-McKenzie/mmio
REF 1.1.0
SHA512 54c63c345d9e0a284d13078d525fcbe73d793462968121fee89a19c810cdac736aca9c81f4c8b4f5ea51db1c47ad0c55e7cea38772049e4939b0d6e280f9a332
HEAD_REF main
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/mmio")

file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/debug/share"
)

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
17 changes: 17 additions & 0 deletions ports/rsm-mmio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "rsm-mmio",
"version-semver": "1.1.0",
"description": "A cross-platform memory-mapped io library for C++ ",
"homepage": "https://github.com/Ryan-rsm-McKenzie/mmio",
"supports": "!osx & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5848,6 +5848,10 @@
"baseline": "2.0.3",
"port-version": 0
},
"rsm-mmio": {
"baseline": "1.1.0",
"port-version": 0
},
"rsocket": {
"baseline": "2020.05.04.00",
"port-version": 2
Expand Down
9 changes: 9 additions & 0 deletions versions/r-/rsm-mmio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "8a7d738a20500733ea97af87e6f83df5558856c9",
"version-semver": "1.1.0",
"port-version": 0
}
]
}

0 comments on commit 46e314d

Please sign in to comment.