diff options
Diffstat (limited to 'app-crypt/keybase/keybase-0.8.23.ebuild')
-rw-r--r-- | app-crypt/keybase/keybase-0.8.23.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-crypt/keybase/keybase-0.8.23.ebuild b/app-crypt/keybase/keybase-0.8.23.ebuild deleted file mode 100644 index 644ff738ea67..000000000000 --- a/app-crypt/keybase/keybase-0.8.23.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Client for keybase.io" -HOMEPAGE="https://keybase.io/" -SRC_URI="https://github.com/keybase/node-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - net-libs/nodejs - app-crypt/gnupg" - -src_unpack() { - unpack "${P}.tar.gz" - mv "node-client-${PV}" "${P}" -} - -src_install() { - dodoc CHANGELOG.md README.md SIGNED.md - insinto "/opt/${PN}" - doins -r package.json bin certs json lib node_modules sql - dosym "${D}/opt/${PN}/bin/main.js" "${ROOT}/usr/bin/keybase" - chmod 0755 "${D}/opt/${PN}/bin/main.js" || die -} |