summaryrefslogtreecommitdiff
path: root/app-portage/epkg/epkg-0.4-r2.ebuild
blob: e090bc941e9c7bf80c8edccb004bf362542546b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 ~riscv x86"

RDEPEND="app-portage/eix
	app-portage/gentoolkit
	sys-apps/portage"

S="${WORKDIR}"/${PN}-${P}

src_install() {
	dobin epkg
	doman doc/epkg.1
}