# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_VERSION=001 DESCRIPTION="Simple alternative to vim's 'xxd -i' mode" HOMEPAGE="https://github.com/gregkh/xxdi" SRC_URI="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND="dev-lang/perl dev-perl/File-Slurp" S=${WORKDIR}/${PN}-${MODULE_VERSION} src_install() { dobin xxdi.pl dodoc README.md }