blob: ccf601f467d3824daf97bb0eb4b6ca7b4ef3f760 (
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=8
inherit cmake git-r3
DESCRIPTION="A fast rng-pipe"
HOMEPAGE="https://tamiko.43-1.org/lazy-random"
SRC_URI=""
EGIT_REPO_URI="https://github.com/tamiko/lazy-random.git"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-libs/crypto++ dev-libs/boost"
RDEPEND="${DEPEND}"
|