diff --git a/net-misc/gdrive/Manifest b/net-misc/gdrive/Manifest new file mode 100644 index 00000000..abfd218c --- /dev/null +++ b/net-misc/gdrive/Manifest @@ -0,0 +1 @@ +DIST gdrive-2.1.0.tar.gz 151273 SHA256 a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e SHA512 9409b05c5cd3fe8cd68fbeab40d8216f270fec77d6672f8fe138b100db9e3d9894f31eb15dc0c9a1daf53017e9484a1b11b9b9ff728b938dd58cccdb52e1c9e5 WHIRLPOOL 9e848d612535c855b0b3a3a4ed2828478b13e8a27aa1d54cf26ae0272b5165500620e66e9e4514b456bad1d3fb63016c1593c542fd5f1e8ecc89742a0f88c4ad diff --git a/net-misc/gdrive/gdrive-2.1.0.ebuild b/net-misc/gdrive/gdrive-2.1.0.ebuild new file mode 100644 index 00000000..2a3cde94 --- /dev/null +++ b/net-misc/gdrive/gdrive-2.1.0.ebuild @@ -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" +} diff --git a/profiles/desktop/package.accept_keywords b/profiles/desktop/package.accept_keywords index 4e56f004..8af85d1d 100644 --- a/profiles/desktop/package.accept_keywords +++ b/profiles/desktop/package.accept_keywords @@ -168,6 +168,7 @@ net-analyzer/namebench ~amd64