blob: 32b57a78e262cea6a6be886649c77137e89f1e5b [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
DESCRIPTION="A simple portage wrapper which works like other package managers"
HOMEPAGE="https://github.com/jdhore/epkg"
SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
S="${WORKDIR}/${PN}-${P}"
DEPEND=""
RDEPEND="app-portage/eix
app-portage/gentoolkit
sys-apps/portage"
src_install() {
dobin epkg
doman doc/epkg.1
}