app-eselect/eselect-unison - 0.4 (gentoo)

Search

Package Information

Description:
unison module for eselect
Homepage:
https://www.gentoo.org/proj/en/eselect/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 7 amd64 ~arm ppc x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="unison module for eselect"
HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
SRC_URI=""
S="${WORKDIR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"

RDEPEND=">=app-admin/eselect-1.2.3"

src_install() {
	local MODULEDIR="/usr/share/eselect/modules"
	local MODULE="unison"

	insinto ${MODULEDIR}
	newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect
}

Dependencies

RDEPEND

>=app-admin/eselect-1.2.3