app-misc/dcrctl - 1.7.2 (stintel)

Search

Package Information

Description:
dcrctl
Homepage:
https://github.com/decred/dcrd/tree/master/cmd/dcrctl
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.7.2 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit go-module

go-module_set_globals

DESCRIPTION="dcrctl"
HOMEPAGE="https://github.com/decred/dcrd/tree/master/cmd/dcrctl"
SRC_URI="https://github.com/decred/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz
		https://gentoo.adlevio.net/${P}-deps.tar.xz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}-release-v${PV}"

src_compile() {
	go build || die
}

src_install() {
	dobin dcrctl
}

Manifest for 1.7.2

Type File Size Source URLs
DIST dcrctl-1.7.2-deps.tar.xz 63623368 bytes https://gentoo.adlevio.net/dcrctl-1.7.2-deps.tar.xz
DIST dcrctl-1.7.2.tar.gz 18760 bytes https://github.com/decred/dcrctl/archive/release-v1.7.2.tar.gz