net-fs/clouddrive - 0.6.13 (gig)

Search

Package Information

Description:
CloudDrive - Unlocking the Unlimited Possibilities of Cloud Storage
Homepage:
https://github.com/cloud-fs/cloud-fs.github.io
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
0.6.13 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

DESCRIPTION="CloudDrive - Unlocking the Unlimited Possibilities of Cloud Storage"
HOMEPAGE="https://github.com/cloud-fs/cloud-fs.github.io"
SRC_URI="
	amd64? ( https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${PV}/clouddrive-2-linux-x86_64-${PV}.tgz -> ${P}-x86_64.tar.gz )
	arm64? ( https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${PV}/clouddrive-2-linux-aarch64-${PV}.tgz -> ${P}-arm64.tar.gz )
"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

DEPEND="
	sys-fs/fuse
"
RDEPEND="${DEPEND}"

src_unpack() {
	if [ "${A}" != "" ]; then
		unpack "${A}"
	fi
	mv * "${PN}"-"${PV}"
}

src_install(){
	mkdir -p "${D}"/opt/clouddrive
	mv * "${D}"/opt/clouddrive

	insinto /usr/bin
	dobin "${FILESDIR}"/"${PN}"

	systemd_dounit "${FILESDIR}"/"${PN}".service
}

Dependencies

DEPEND

	sys-fs/fuse

RDEPEND

	sys-fs/fuse

Manifest for 0.6.13

Type File Size Source URLs
DIST clouddrive-0.6.13-arm64.tar.gz 24693311 bytes https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v0.6.13/clouddrive-2-linux-aarch64-0.6.13.tgz
DIST clouddrive-0.6.13-x86_64.tar.gz 25116576 bytes https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v0.6.13/clouddrive-2-linux-x86_64-0.6.13.tgz