mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
@@ -1,2 +1 @@
|
||||
DIST sshfs-3.7.1.tar.xz 52988 BLAKE2B 48fd9b1483a8f4d48e3d9d25dc13c6e265ca3cb623762b2721b955db52fc05a6138cd0fef684e8893c3b380041ac30ecb3df4c5716b067f621790730fa07be08 SHA512 ee91b2eacbad5891006dbac14188ddd591e242b6092c7b7d8234503d79acb52f4b7ea9a15d5eaad83597ff4b4e700580ee2271671edfa6db762d9a8c756d45fd
|
||||
DIST sshfs-3.7.3.tar.xz 53596 BLAKE2B 9a229d0f11e7247e319af13245aeaf71082664409b0ca3fe1522bcdb679d402c574438be1931d5d73a16b9eda43daf20de6c1a016442ae53afa27a697e58c212 SHA512 ba0928f85819984a3eb83d2debab658b2cd4e958ed1c3ba9787e361f452687d42b82d478b7d95e7a7c5580bae5c1cdebe4cf3c9b6cb5eb6a570311f276903d99
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Fuse-filesystem utilizing the sftp service"
|
||||
HOMEPAGE="https://github.com/libfuse/sshfs"
|
||||
SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=">=sys-fs/fuse-3.1.0:3
|
||||
>=dev-libs/glib-2.4.2"
|
||||
RDEPEND="${DEPEND}
|
||||
>=net-misc/openssh-4.4"
|
||||
BDEPEND="dev-python/docutils
|
||||
virtual/pkgconfig"
|
||||
|
||||
# requires root privs and specific localhost sshd setup
|
||||
RESTRICT="test"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog.rst README.rst )
|
||||
Reference in New Issue
Block a user