Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 652824 Details for
Bug 722690
dev-go/delve fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
First pass at new ebuild for most current version
delve-1.5.0.ebuild (text/plain), 690 bytes, created by
Stephen Bosch
on 2020-08-03 23:36:21 UTC
(
hide
)
Description:
First pass at new ebuild for most current version
Filename:
MIME Type:
Creator:
Stephen Bosch
Created:
2020-08-03 23:36:21 UTC
Size:
690 bytes
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit go-module > >EGO_PN="github.com/go-delve/delve" >SRC_URI="https://github.com/go-delve/delve/archive/v${PV}.tar.gz -> ${P}.tar.gz" >KEYWORDS="~amd64" > >DESCRIPTION="A source-level debugger for the Go programming language" >HOMEPAGE="https://github.com/go-delve/delve" > >LICENSE="MIT BSD BSD-2 Apache-2.0" >SLOT="0" > ># RESTRICT="test" > >src_compile() { > go build -v -x -mod=readonly -mod=vendor -o "${S}/dlv" ./cmd/dlv || die >} > >src_install() { > dodoc README.md CHANGELOG.md > dobin dlv >} > >src_test() { > cd "service/test" || die > go test -mod=vendor || die "Failed to run tests" >}
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 722690
:
638436
|
652816
| 652824 |
652826