app-portage/gen-pkgs: new pkg; add version 9999 (live)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
577b729e6e
commit
7a6d398468
36
app-portage/gen-pkgs/gen-pkgs-9999.ebuild
Normal file
36
app-portage/gen-pkgs/gen-pkgs-9999.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Create HTML page based off of a given overlay URL"
|
||||
HOMEPAGE="https://gitlab.com/src_prepare/gen-pkgs"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/src_prepare/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-portage/euscan-ng
|
||||
app-portage/gentoolkit
|
||||
app-portage/repoman
|
||||
sys-apps/busybox
|
||||
"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
newbin gen-pkgs.sh gen-pkgs
|
||||
}
|
11
app-portage/gen-pkgs/metadata.xml
Normal file
11
app-portage/gen-pkgs/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">src_prepare/gen-pkgs</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user