diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-16 19:57:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-16 19:57:28 +0100 |
commit | 7604714c73d94bbb3f3602b8c4593a617104fab7 (patch) | |
tree | 5632721a7b7aa460c9b3474328d17102b90ac12d | |
parent | b2bc742d263f67b84d231a6ae01818cd215ac8b0 (diff) |
new epkg
-rw-r--r-- | app-portage/epkg/epkg-0.5.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-portage/epkg/epkg-0.5.ebuild b/app-portage/epkg/epkg-0.5.ebuild new file mode 100644 index 00000000..2b5ed81f --- /dev/null +++ b/app-portage/epkg/epkg-0.5.ebuild @@ -0,0 +1,30 @@ +# 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 + dobin kogaiondev + dobin kogaionuser + dobin "${FILESDIR}"/kogaionsync +} |