Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 421674 Details for
Bug 570654
app-crypt/keybase-1.0.8.0 - keybase.io client in Go
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
keybase-1.0.7.0.ebuild
keybase-1.0.7.0.ebuild (text/plain), 822 bytes, created by
Matt Whitlock
on 2016-01-02 21:10:12 UTC
(
hide
)
Description:
keybase-1.0.7.0.ebuild
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2016-01-02 21:10:12 UTC
Size:
822 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit eutils versionator > >MY_PV=$(replace_version_separator 3 '-') > >DESCRIPTION="Client for keybase.io" >HOMEPAGE="https://keybase.io/" >SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > >=dev-lang/go-1.5:0" >RDEPEND=" > app-crypt/gnupg" > >S="${WORKDIR}/src/github.com/keybase/client" > >src_unpack() { > unpack "${P}.tar.gz" > mkdir -p src/github.com/keybase > ln -rs "client-${MY_PV}" "${S}" >} > >src_compile() { > GO15VENDOREXPERIMENT=1 GOPATH="${WORKDIR}:${S}/go/vendor" \ > go build -v -x -tags production -o "${T}/keybase" github.com/keybase/client/go/keybase >} > >src_install() { > dobin "${T}/keybase" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 570654
:
421674
|
422174