net-libs/libblkmaker - 0.6.0 (gentoo)

Search

Install

Install this version:

emerge -a =net-libs/libblkmaker-0.6.0

Package Information

Description:
C implementation of Bitcoin's getblocktemplate interface
Homepage:
https://github.com/bitcoin/libblkmaker
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 amd64 ~arm ~ppc ~ppc64 x86 0/7
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="C implementation of Bitcoin's getblocktemplate interface"
HOMEPAGE="https://github.com/bitcoin/libblkmaker"
SRC_URI="https://github.com/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}-github.tgz"

LICENSE="MIT"
SLOT="0/7"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	>=dev-libs/jansson-2.0.0:=
	dev-libs/libbase58
"
DEPEND="${RDEPEND}
	test? ( dev-libs/libgcrypt )
"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-libs/libblkmaker | euse -E <flag> -p net-libs/libblkmaker | euse -D <flag> -p net-libs/libblkmaker

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/jansson-2.0.0:=
	dev-libs/libbase58

	test? ( dev-libs/libgcrypt )

RDEPEND

	>=dev-libs/jansson-2.0.0:=
	dev-libs/libbase58

Manifest for 0.6.0

Type File Size Source URLs
DIST libblkmaker-0.6.0-github.tgz 28907 bytes https://github.com/bitcoin/libblkmaker/archive/v0.6.0.tar.gz