net-fs/ossfs - 1.91.10 (benzene-overlay)

Search

Install

Install this version:

emerge -a =net-fs/ossfs-1.91.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-fs/ossfs-1.91.10

Or alternatively:

emerge --autounmask-write -a =net-fs/ossfs-1.91.10

Package Information

Description:
Export s3fs for aliyun oss
Homepage:
https://github.com/aliyun/ossfs https://help.aliyun.com/zh/oss/developer-reference/use-ossfs-to-mount-an-oss-bucket-to-the-local-directories-of-an-ecs-instance
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.91.10 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Export s3fs for aliyun oss"
HOMEPAGE="https://github.com/aliyun/ossfs
	https://help.aliyun.com/zh/oss/developer-reference/use-ossfs-to-mount-an-oss-bucket-to-the-local-directories-of-an-ecs-instance
"
SRC_URI="https://github.com/aliyun/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-libs/libxml2-2.6:2
	>=net-misc/curl-7.0
	>=sys-fs/fuse-2.8.4:0
"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-libs/libxml2-2.6:2
	>=net-misc/curl-7.0
	>=sys-fs/fuse-2.8.4:0

RDEPEND

>=dev-libs/libxml2-2.6:2
	>=net-misc/curl-7.0
	>=sys-fs/fuse-2.8.4:0

Manifest for 1.91.10

Type File Size Source URLs
DIST ossfs-1.91.10.tar.gz 352012 bytes https://github.com/aliyun/ossfs/archive/refs/tags/v1.91.10.tar.gz