Files
guru/app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild
Maciej Barć 0acdf21b62 app-eselect/eselect-scheme: new pkg; add 1.0.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2021-02-08 02:07:29 +01:00

30 lines
579 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Manages scheme implementations"
HOMEPAGE="https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-eselect/eselect-scheme?h=dev"
SRC_URI=""
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=app-eselect/eselect-lib-bin-symlink-0.1.1
"
DEPEND="${RDEPEND}"
S="${FILESDIR}"
src_install() {
insinto "/usr/share/eselect/modules"
newins "scheme.eselect-${PV}" "scheme.eselect"
}
pkg_postinst() {
eselect scheme update --if-unset
}