Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libftp] Add new port (#42124) #1807

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions ports/deniskovalchuk-libftp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO deniskovalchuk/libftp
REF "v${VERSION}"
SHA512 7765c35884e1e4560e39018b15f441abac687afcb06942b0350ef21df8bf27d40283011397ce4a9e9125772bb9752180c225429b274fd6374e1a521ac2744b2e
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DLIBFTP_BUILD_TEST=OFF
-DLIBFTP_BUILD_EXAMPLE=OFF
-DLIBFTP_BUILD_CMDLINE_CLIENT=OFF
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(PACKAGE_NAME ftp
CONFIG_PATH "share/cmake/ftp")

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

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
22 changes: 22 additions & 0 deletions ports/deniskovalchuk-libftp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "deniskovalchuk-libftp",
"version": "1.3.0",
"maintainers": "Denis Kovalchuk <denis.kovalchuk.main@gmail.com>",
"description": "A cross-platform FTP/FTPS client library based on Boost.Asio.",
"homepage": "https://github.com/deniskovalchuk/libftp",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-format",
"openssl",
{
"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 @@ -2280,6 +2280,10 @@
"baseline": "1.0.0",
"port-version": 0
},
"deniskovalchuk-libftp": {
"baseline": "1.3.0",
"port-version": 0
},
"detours": {
"baseline": "4.0.1",
"port-version": 8
Expand Down
9 changes: 9 additions & 0 deletions versions/d-/deniskovalchuk-libftp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "ec17b648e643d563b6f916c0d8026fb646cfb2fe",
"version": "1.3.0",
"port-version": 0
}
]
}