summaryrefslogtreecommitdiff
path: root/app-portage/epkg/epkg-0.6-r2.ebuild
blob: 02a89fc4ffad19c7845591944f7e02380e3cc6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils git-2

DESCRIPTION="A simple portage wrapper which works like other package managers"
HOMEPAGE="http://rogentos.ro"

EGIT_BRANCH=master
EGIT_REPO_URI="https://gitlab.com/kogaion/epkg.git"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="app-portage/gentoolkit
		app-portage/portage-utils
		sys-apps/portage"

src_install() {
	dobin epkg
	dodir /usr/share/${PN}
	insinto /usr/share/${PN}
	insopts -m 755
	doins kogaionsync
	doins checksync
}