mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
wcurl: import v2025.04.20 script + docs
Build/install the man page. Install the script. This an "import" rather than just adding the script into the release tarball with maketgz to make sure the tarball build is completely reproducible. wcurl development, issues etc is still to be done at https://github.com/curl/wcurl Assisted-by: Viktor Szakats Assisted-by: Samuel Henrique Closes #17035
This commit is contained in:
parent
da9494eef0
commit
23bed347b3
8 changed files with 487 additions and 6 deletions
|
|
@ -2503,6 +2503,13 @@ if(NOT CURL_DISABLE_INSTALL)
|
|||
COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake")
|
||||
endif()
|
||||
|
||||
install(FILES "${PROJECT_SOURCE_DIR}/scripts/wcurl"
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
PERMISSIONS
|
||||
OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
GROUP_READ GROUP_EXECUTE
|
||||
WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
# The `-DEV` part is important
|
||||
string(REGEX REPLACE "([0-9]+\.[0-9]+)\.([0-9]+.*)" "\\2" CPACK_PACKAGE_VERSION_PATCH "${_curl_version}")
|
||||
set(CPACK_GENERATOR "TGZ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue