net-misc/gdrive added
This commit is contained in:
parent
dd83f5e33c
commit
9b97ead5bb
|
@ -0,0 +1 @@
|
|||
DIST gdrive-2.1.0.tar.gz 151273 SHA256 a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e SHA512 9409b05c5cd3fe8cd68fbeab40d8216f270fec77d6672f8fe138b100db9e3d9894f31eb15dc0c9a1daf53017e9484a1b11b9b9ff728b938dd58cccdb52e1c9e5 WHIRLPOOL 9e848d612535c855b0b3a3a4ed2828478b13e8a27aa1d54cf26ae0272b5165500620e66e9e4514b456bad1d3fb63016c1593c542fd5f1e8ecc89742a0f88c4ad
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit golang-build
|
||||
|
||||
EGO_PN="github.com/prasmussen/gdrive"
|
||||
|
||||
DESCRIPTION="Command line utility for interacting with Google Drive"
|
||||
HOMEPAGE="https://github.com/prasmussen/gdrive"
|
||||
SRC_URI="https://github.com/prasmussen/gdrive/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.5"
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
mv "${S}" "${WORKDIR}/tmp"
|
||||
mkdir -p "${S}/src/${EGO_PN}" || die
|
||||
mv "${WORKDIR}/tmp/"* "${S}/src/${EGO_PN}/" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin gdrive
|
||||
dodoc "src/${EGO_PN}/README.md"
|
||||
}
|
|
@ -168,6 +168,7 @@ net-analyzer/namebench ~amd64
|
|||
<net-libs/libexosip2-6 ~amd64
|
||||
<net-libs/libtorrent-rasterbar-1.3 ~amd64
|
||||
=net-libs/tox-9999 **
|
||||
net-misc/gdrive ~amd64
|
||||
<net-misc/remmina-1.4 ~amd64
|
||||
<net-voip/linphone-3.13 ~amd64
|
||||
<sci-geosciences/googleearth-8 ~amd64
|
||||
|
|
Loading…
Reference in New Issue