net-misc/dropbox-uploader - 1.0 (jm-overlay)

Search

Install

Install this version:

emerge -a =net-misc/dropbox-uploader-1.0

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

autounmask =net-misc/dropbox-uploader-1.0

Or alternatively:

emerge --autounmask-write -a =net-misc/dropbox-uploader-1.0

Package Information

Description:
BASH script to upload, download, list or delete files from Dropbox
Homepage:
https://github.com/andreafabrizi/Dropbox-Uploader/
License:
GPL-3

Ebuild Details

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

EAPI=8

DESCRIPTION=" BASH script to upload, download, list or delete files from Dropbox"
HOMEPAGE="https://github.com/andreafabrizi/Dropbox-Uploader/"
SRC_URI="https://github.com/andreafabrizi/Dropbox-Uploader/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/Dropbox-Uploader-${PV}"
RESTRICT="test" # Needs to interact with dropbox

DEPEND=""
RDEPEND="app-shells/bash
	net-misc/curl[ssl]"

src_prepare() {
	eapply "${FILESDIR}/dropbox-uploader-config-file.patch"
	eapply "${FILESDIR}/dropbox-uploader-dropshell-path.patch"
	eapply_user
}

src_install() {
	newbin dropbox_uploader.sh dropbox-uploader
	newbin dropShell.sh dropshell
	dodoc README.md CHANGELOG.md
	insinto /etc
	doins "${FILESDIR}/dropbox_uploader.conf"
}

Dependencies

RDEPEND

app-shells/bash
	net-misc/curl[ssl]

Manifest for 1.0

Type File Size Source URLs
DIST dropbox-uploader-1.0.tar.gz 29017 bytes https://github.com/andreafabrizi/Dropbox-Uploader/archive/1.0.tar.gz