summaryrefslogtreecommitdiff
blob: c719b738442e75724c08dabafcbabb042fdfac67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils git-r3

DESCRIPTION="A fast rng-pipe"
HOMEPAGE="http://tamiko.kyomu.43-1.org/lazy-random"
SRC_URI=""
EGIT_REPO_URI="git://github.com/tamiko/lazy-random.git"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-libs/crypto++ dev-libs/boost"
RDEPEND="${DEPEND}"