summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/lazy-random/lazy-random-9999.ebuild')
-rw-r--r--app-crypt/lazy-random/lazy-random-9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/lazy-random/lazy-random-9999.ebuild b/app-crypt/lazy-random/lazy-random-9999.ebuild
new file mode 100644
index 0000000..002097c
--- /dev/null
+++ b/app-crypt/lazy-random/lazy-random-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils git-2
+
+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}"