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

Search

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.9 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 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
}

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.9

Type File Size Source URLs
DIST ossfs-1.91.9.tar.gz 350308 bytes https://github.com/aliyun/ossfs/archive/refs/tags/v1.91.9.tar.gz