vcpkg/ports/cialloo-rcon/portfile.cmake
Cialloo 50847d0c8e
[rcon] add new port (#31131)
* add valve source rcon protocal library, depend on asio

* add license

* fix format error

* add version 1.0.0

* add blank line at the end of portfile.cmake and usage file

* execute vcpkg x-add-version --all --overwrite-version to fix error in CI

* change package name to cialloo-rcon

* change version

* Update versions/baseline.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-05-04 10:31:46 -07:00

17 lines
654 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO luckyweNda/rcon
REF 6ea49bbd54bbf7604e4e3f6fc2dbd4e507d7bd90
SHA512 84fefc80e6c47decd9fedb2df1ce1c2671cf8159eb8d60d9b90e3208dd2bd5786eb1bbd526d1d252cd1fc4c6bbb0377712b224c8a4b7ea66b52c6184c241f85e
HEAD_REF main
)
# Install include directory
file(INSTALL "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}")
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
# Copy usage file
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")