public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: cygwin-apps@cygwin.com
Subject: [ITA] libssh
Date: Wed, 21 Feb 2024 21:05:09 +0900	[thread overview]
Message-ID: <20240221210509.69630c8fcad9af1ed0847891@nifty.ne.jp> (raw)

[-- 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"

                 reply	other threads:[~2024-02-21 12:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240221210509.69630c8fcad9af1ed0847891@nifty.ne.jp \
    --to=takashi.yano@nifty.ne.jp \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).