mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
22 lines
517 B
Bash
22 lines
517 B
Bash
# 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="AGPL-3"
|
|
SLOT="0/13" # 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}"
|