forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-portage/epkg: update EAPI 5 -> 8
Bug: https://bugs.gentoo.org/826410 Signed-off-by: Marek Szuba <[email protected]>
- Loading branch information
Marek Szuba
committed
Nov 23, 2021
1 parent
2c0fe66
commit 2028e9f
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
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/refs/tags/${P}.tar.gz" | ||
|
||
LICENSE="BSD-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND="app-portage/eix | ||
app-portage/gentoolkit | ||
sys-apps/portage" | ||
|
||
S="${WORKDIR}"/${PN}-${P} | ||
|
||
src_install() { | ||
dobin epkg | ||
doman doc/epkg.1 | ||
} |