summaryrefslogtreecommitdiff
path: root/net-libs/fzssh/fzssh-1.2.1.ebuild
blob: 59ad5bd2367bdf6a540b8467c1036583d180e85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson
DESCRIPTION="A SSH/SFTP library based on libfilezilla"
HOMEPAGE="https://fzssh.filezilla-project.org/"
SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0/12" # libfzssh.so version
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"

DEPEND="
	>=dev-libs/libfilezilla-0.55.3
	>=dev-libs/gmp-6.2
	>=dev-libs/nettle-3.10
	app-crypt/argon2
	"
RDEPEND="${DEPEND}"
BDEPEND=""