diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-08 03:30:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:30:16 -0700 |
| commit | c9ab7da4d468d877bc2edf489cbe9c8d14fc4053 (patch) | |
| tree | ddd00543d8196bbef1758452e076550a2b1ac672 /ports | |
| parent | 88e03109aae553fe35c850a20b0fcd6888654664 (diff) | |
| download | vcpkg-c9ab7da4d468d877bc2edf489cbe9c8d14fc4053.tar.gz vcpkg-c9ab7da4d468d877bc2edf489cbe9c8d14fc4053.zip | |
[fastcdr] Fix support Linux (#17112)
* [fastcdr] Fix support Linux
* Format json and update versions
* Update versions/f-/fastcdr.json
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/fastcdr/CONTROL | 5 | ||||
| -rw-r--r-- | ports/fastcdr/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/fastcdr/vcpkg.json | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ports/fastcdr/CONTROL b/ports/fastcdr/CONTROL deleted file mode 100644 index 87775a41a..000000000 --- a/ports/fastcdr/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: fastcdr
-Version: 1.0.15
-Homepage: https://github.com/eProsima/Fast-CDR
-Description: eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.
-Supports: !linux
diff --git a/ports/fastcdr/portfile.cmake b/ports/fastcdr/portfile.cmake index cfb26720a..1bd5034a7 100644 --- a/ports/fastcdr/portfile.cmake +++ b/ports/fastcdr/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "linux")
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eProsima/Fast-CDR
@@ -35,4 +33,4 @@ else() file(WRITE ${CURRENT_PACKAGES_DIR}/include/fastcdr/config.h "${FASTCDR_H}")
endif()
-file(INSTALL ${SOURCE_PATH}/license DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/ports/fastcdr/vcpkg.json b/ports/fastcdr/vcpkg.json new file mode 100644 index 000000000..0f2241e4e --- /dev/null +++ b/ports/fastcdr/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "fastcdr", + "version-semver": "1.0.15", + "port-version": 1, + "description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.", + "homepage": "https://github.com/eProsima/Fast-CDR" +} |
