# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="6" DESCRIPTION="OneRNG is an entropy source / hardware random number generator (HWRNG), designed to be connected via USB to your computer" HOMEPAGE="http://www.onerng.info/" SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="app-crypt/gnupg dev-python/python-gnupg sys-apps/rng-tools sys-process/at virtual/udev" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}_${PV}"