sys-fs/mountpoint-s3-bin - 1.1.1 (guru)

Search

Install

Install this version:

emerge -a =sys-fs/mountpoint-s3-bin-1.1.1

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

autounmask =sys-fs/mountpoint-s3-bin-1.1.1

Or alternatively:

emerge --autounmask-write -a =sys-fs/mountpoint-s3-bin-1.1.1

Package Information

Description:
Fuse for AWS S3 (Simple Storage Service), official
Homepage:
https://github.com/awslabs/mountpoint-s3
License:
Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT openssl Unicode-DFS-2016 ZLIB

Ebuild Details

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

EAPI=8

DESCRIPTION="Fuse for AWS S3 (Simple Storage Service), official"
HOMEPAGE="https://github.com/awslabs/mountpoint-s3"
SRC_URI="https://s3.amazonaws.com/mountpoint-s3-release/${PV}/x86_64/mount-s3-${PV}-x86_64.tar.gz"

S="${WORKDIR}"

LICENSE="Apache-2.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT openssl Unicode-DFS-2016 ZLIB"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="sys-fs/fuse:0"

QA_PREBUILT="/usr/bin/${PN}"

src_install() {
	newbin "${S}/bin/mount-s3" ${PN}
}

Dependencies

RDEPEND

sys-fs/fuse:0

Manifest for 1.1.1

Type File Size Source URLs
DIST mount-s3-1.1.1-x86_64.tar.gz 14987504 bytes https://s3.amazonaws.com/mountpoint-s3-release/1.1.1/x86_64/mount-s3-1.1.1-x86_64.tar.gz