public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] libssh
@ 2024-02-21 12:05 Takashi Yano
  0 siblings, 0 replies; only message in thread
From: Takashi Yano @ 2024-02-21 12:05 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

I would like to adopt libssh package.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: libssh.cygport --]
[-- Type: text/plain, Size: 1004 bytes --]

inherit cmake

NAME="libssh"
VERSION=0.10.6
RELEASE=1
LICENSE="LGPL-2.1-or-later"
CATEGORY="Net"
SUMMARY="SSH implementation library"
DESCRIPTION="The ssh library was designed to be used by programmers needing a
working SSH implementation by the mean of a library. The complete
control of the client is made by the programmer. With libssh, you can
remotely execute programs, transfer files, use a secure and transparent
tunnel for your remote programs. With its Secure FTP implementation, you
can play with remote files easily, without third-party programs others
than libcrypto (from openssl)."
HOMEPAGE="http://www.libssh.org/"
SRC_URI="https://www.libssh.org/files/${VERSION%.*}/libssh-${VERSION}.tar.xz"

PKG_NAMES="${NAME}4 ${NAME}-common ${NAME}-devel"
libssh4_REQUIRES="libssh-common"
libssh4_CONTENTS='usr/bin/*-4.dll'
libssh_common_CONTENTS='usr/share/doc/'
libssh_devel_CONTENTS='usr/include/ usr/lib/'

CYGCMAKE_ARGS="-DWITH_FPIC=FALSE -DWITH_VISIBILITY_HIDDEN=FALSE"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-21 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 12:05 [ITA] libssh Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).