# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DESCRIPTION="Console utility for computing and verifying hash sums of files" HOMEPAGE="http://rhash.anz.ru/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { emake DESTDIR="${D}" PREFIX=/usr install einstalldocs }