net-libs/libblkmaker - 0.5.1 (bitcoin)

Search

Install

Install this version:

emerge -a =net-libs/libblkmaker-0.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-libs/libblkmaker-0.5.1

Or alternatively:

emerge --autounmask-write -a =net-libs/libblkmaker-0.5.1

Package Information

Description:
C implementation of getblocktemplate (BIP 22)
Homepage:
https://github.com/bitcoin/libblkmaker
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.1 5 ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 0/7
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
HOMEPAGE="https://github.com/bitcoin/libblkmaker"
LICENSE="MIT"

SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
SLOT="0/7"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND="
	>=dev-libs/jansson-2.0.0
	dev-libs/libbase58
"
RDEPEND="${DEPEND}
	!<net-misc/bfgminer-3.0.3
"

src_prepare() {
	./autogen.sh || die
}

Dependencies

DEPEND

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

RDEPEND

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

	!<net-misc/bfgminer-3.0.3

Manifest for 0.5.1

Type File Size Source URLs
DIST libblkmaker-0.5.1-github.tgz 13655 bytes https://github.com/bitcoin/libblkmaker/archive/v0.5.1.tar.gz